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

@@ -42,7 +42,7 @@ payment_tx = Payment(
# Sign the transaction
print("Submitting a payment transaction with our memo...")
payment_tx_signed = autofill_and_sign(payment_tx, wallet=test_wallet, client=client)
payment_tx_signed = autofill_and_sign(payment_tx, client=client, wallet=test_wallet)
print(f"\n Encoded Transaction MEMO: {payment_tx_signed.memos}")
# Send the transaction to the node