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

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Obiajulu
2022-11-04 10:43:50 -07:00
committed by GitHub
parent bcdc18564a
commit 7e55bf2d0f

View File

@@ -39,5 +39,5 @@ if stxn_result["meta"]["TransactionResult"] == "tesSUCCESS":
print(f'Successfully enabled no freeze for {sender_wallet.classic_address}')
print(stxn_result["hash"])
else:
print({stxn_result["meta"]["TransactionResult"])
print(stxn_result["meta"]["TransactionResult"])
print(stxn_result["hash"])