Update set_global_freeze.py

This commit is contained in:
Obiajulu
2022-11-16 22:07:59 -08:00
committed by GitHub
parent 8e77b5ae79
commit 83d58a49b4

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("Submitting prepared transaction...")
print("Preparing andsubmitting Account set transaction with ASF_GLOBAL_FREEZE ...")
# Sign and submit transaction
stxn = safe_sign_and_autofill_transaction(accountset, sender_wallet, client)