Update content/_code-samples/freeze/py/set_global_freeze.py

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Obiajulu
2022-11-17 17:36:22 -08:00
committed by GitHub
parent bbff68f99f
commit 121cc9f034

View File

@@ -15,7 +15,7 @@ print("Successfully generated test wallet")
accountset = AccountSet(account=sender_wallet.classic_address,
set_flag=AccountSetFlag.ASF_GLOBAL_FREEZE)
print("Preparing andsubmitting Account set transaction with ASF_GLOBAL_FREEZE ...")
print("Preparing and submitting Account set transaction with ASF_GLOBAL_FREEZE ...")
# Sign and submit transaction
stxn = safe_sign_and_autofill_transaction(accountset, sender_wallet, client)