From c5eec316308b04c5d19ea8277bc173888fc17313 Mon Sep 17 00:00:00 2001 From: Wo Jake <87929946+wojake@users.noreply.github.com> Date: Sun, 4 Sep 2022 16:01:29 +0000 Subject: [PATCH] Remove `fee` parameter Co-authored-by: LimpidCrypto <97235361+LimpidCrypto@users.noreply.github.com> --- .../require-destination-tags/py/require-destination-tags.py | 1 - 1 file changed, 1 deletion(-) diff --git a/content/_code-samples/require-destination-tags/py/require-destination-tags.py b/content/_code-samples/require-destination-tags/py/require-destination-tags.py index efc2dde1ab..4d88357a2e 100644 --- a/content/_code-samples/require-destination-tags/py/require-destination-tags.py +++ b/content/_code-samples/require-destination-tags/py/require-destination-tags.py @@ -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 )