mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Update param order for autofill_and_sign and sign_and_submit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user