Remove flag parameter (redundant)

Co-authored-by: LimpidCrypto <97235361+LimpidCrypto@users.noreply.github.com>
This commit is contained in:
Wo Jake
2022-09-04 16:11:19 +00:00
committed by GitHub
parent 1db0295b57
commit 9d2d7ffdf0

View File

@@ -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