mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 23:55:49 +00:00
Update param order for autofill_and_sign and sign_and_submit
This commit is contained in:
@@ -47,4 +47,4 @@ payment_tx = Payment(
|
||||
paths=paths,
|
||||
)
|
||||
|
||||
print("signed: ", autofill_and_sign(payment_tx, wallet, client))
|
||||
print("signed: ", autofill_and_sign(payment_tx, client, wallet))
|
||||
|
||||
Reference in New Issue
Block a user