mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Update content/_code-samples/use-tickets/py/use-tickets-multisig.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -54,6 +54,7 @@ tx_set_signer_list = SignerListSet(
|
|||||||
# if 3 of the signers sign a particular transaction, it's an authorized transaction on the XRPL
|
# if 3 of the signers sign a particular transaction, it's an authorized transaction on the XRPL
|
||||||
|
|
||||||
# Sign transaction locally and submit
|
# Sign transaction locally and submit
|
||||||
|
print("Submitting a SignerListSet transaction to update our account to use our new Signers...")
|
||||||
tx_set_signer_list_signed = safe_sign_and_submit_transaction(transaction=tx_set_signer_list, wallet=test_wallet, client=client)
|
tx_set_signer_list_signed = safe_sign_and_submit_transaction(transaction=tx_set_signer_list, wallet=test_wallet, client=client)
|
||||||
|
|
||||||
# Construct a TicketCreate transaction, 3 tickets will be created
|
# Construct a TicketCreate transaction, 3 tickets will be created
|
||||||
|
|||||||
Reference in New Issue
Block a user