mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 07:05:51 +00:00
Use shorter names for sign/submit
This commit is contained in:
@@ -24,5 +24,5 @@ print("Payment object:", my_payment)
|
||||
|
||||
# Sign transaction -------------------------------------------------------------
|
||||
import xrpl.transaction
|
||||
signed = xrpl.transaction.safe_sign_transaction(my_payment, wallet)
|
||||
signed = xrpl.transaction.sign(my_payment, wallet)
|
||||
print("Signed transaction blob:", signed)
|
||||
|
||||
Reference in New Issue
Block a user