Update enable_no_freeze.py

This commit is contained in:
Obiajulu
2022-11-02 11:52:18 -07:00
committed by GitHub
parent ecc5cb8da6
commit ad3f6a37be

View File

@@ -24,5 +24,6 @@ stxn_result = stxn_response.result
# print result and transaction hash
if stxn_result["meta"]["TransactionResult"] == "tesSUCCESS":
print(f'Successfully enabled no freeze for {sender_wallet.classic_address}, with hash {print(stxn_result["hash"])}')
print(f'Successfully enabled no freeze for {sender_wallet.classic_address}')
print(stxn_result["hash"])