Update param order for autofill_and_sign and sign_and_submit

This commit is contained in:
JST5000
2023-06-15 15:42:03 -07:00
parent 445b58bdd5
commit 968df9d379
12 changed files with 13 additions and 13 deletions

View File

@@ -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(