diff --git a/content/_code-samples/submit-and-verify/py/submit-and-verify.py b/content/_code-samples/submit-and-verify/py/submit-and-verify.py index 643adea7ea..58b130ec93 100644 --- a/content/_code-samples/submit-and-verify/py/submit-and-verify.py +++ b/content/_code-samples/submit-and-verify/py/submit-and-verify.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 )