mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 07:05:51 +00:00
Merge pull request #1227 from Gambaard/patch-2
Update prepare-payment.py
This commit is contained in:
@@ -35,7 +35,7 @@ print(my_tx_payment)
|
|||||||
# Sign the transaction
|
# Sign the transaction
|
||||||
from xrpl.transaction import safe_sign_and_autofill_transaction
|
from xrpl.transaction import safe_sign_and_autofill_transaction
|
||||||
|
|
||||||
my_tx_payment_signed = safe_sign_and_autofill_transaction(my_tx_payment,test_wallet, client)
|
my_tx_payment_signed = safe_sign_and_autofill_transaction(my_tx_payment, test_wallet, client)
|
||||||
|
|
||||||
# Print signed tx
|
# Print signed tx
|
||||||
print("Signed tx:", my_tx_payment_signed)
|
print("Signed tx:", my_tx_payment_signed)
|
||||||
|
|||||||
Reference in New Issue
Block a user