Remove fee parameter

Co-authored-by: LimpidCrypto <97235361+LimpidCrypto@users.noreply.github.com>
This commit is contained in:
Wo Jake
2022-09-04 16:01:29 +00:00
committed by GitHub
parent f3f7c46256
commit c5eec31630

View File

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