mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 14:45:50 +00:00
Update enable_no_freeze.py
This commit is contained in:
@@ -24,5 +24,6 @@ stxn_result = stxn_response.result
|
|||||||
|
|
||||||
# print result and transaction hash
|
# print result and transaction hash
|
||||||
if stxn_result["meta"]["TransactionResult"] == "tesSUCCESS":
|
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"])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user