mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Update content/_code-samples/freeze/py/set_global_freeze.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user