mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Remove flag parameter (redundant)
Co-authored-by: LimpidCrypto <97235361+LimpidCrypto@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,6 @@ client = JsonRpcClient(JSON_RPC_URL)
|
||||
# Construct AccountSet transaction
|
||||
tx = AccountSet(
|
||||
account=myAddr,
|
||||
set_flag=1 # Numerical Value: 1 = asfRequireDest
|
||||
)
|
||||
|
||||
# Sign the transaction locally & submit transaction and verify its validity on the ledger
|
||||
|
||||
Reference in New Issue
Block a user