Remove fee parameter

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

View File

@@ -18,7 +18,6 @@ client = JsonRpcClient(JSON_RPC_URL)
# Construct AccountSet transaction # Construct AccountSet transaction
tx = AccountSet( tx = AccountSet(
account=myAddr, account=myAddr,
fee="10",
set_flag=1 # Numerical Value: 1 = asfRequireDest set_flag=1 # Numerical Value: 1 = asfRequireDest
) )