mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Update param order for autofill_and_sign and sign_and_submit
This commit is contained in:
@@ -33,7 +33,7 @@ signer_list_set_tx = SignerListSet(
|
||||
signer_quorum=2,
|
||||
signer_entries=signer_entries,
|
||||
)
|
||||
signed_signer_list_set_tx = autofill_and_sign(signer_list_set_tx, master_wallet, client)
|
||||
signed_signer_list_set_tx = autofill_and_sign(signer_list_set_tx, client, master_wallet)
|
||||
|
||||
print("Constructed SignerListSet and submitting it to the ledger...")
|
||||
signed_list_set_tx_response = submit_and_wait(
|
||||
|
||||
Reference in New Issue
Block a user