mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Remove fee parameter
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
|
# 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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user