mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
Use autofill_and_sign as new name
This commit is contained in:
@@ -24,7 +24,7 @@ my_payment = xrpl.models.transactions.Payment(
|
||||
print("Payment object:", my_payment)
|
||||
|
||||
# Sign transaction -------------------------------------------------------------
|
||||
signed_tx = xrpl.transaction.safe_sign_and_autofill_transaction(
|
||||
signed_tx = xrpl.transaction.autofill_and_sign(
|
||||
my_payment, test_wallet, client)
|
||||
max_ledger = signed_tx.last_ledger_sequence
|
||||
tx_id = signed_tx.get_hash()
|
||||
|
||||
Reference in New Issue
Block a user