Apply suggestions from code review

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Wo Jake
2022-11-17 18:05:11 +08:00
committed by GitHub
parent ad13aa01dc
commit efbca1d282
3 changed files with 4 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ def send_transaction(transaction_dict):
tx_xrp_amount = int(tx.result['Amount']) / 1000000
tx_account = tx.result['Account']
print(f"\n XRPL Explorer: https://livenet.xrpl.org/transactions/{tx_hash}"
print(f"\n XRPL Explorer: https://testnet.xrpl.org/transactions/{tx_hash}"
f"\n Transaction Hash: {tx_hash}"
f"\n Transaction Destination: {tx_destination}"
f"\n Transacted XRP: {tx_xrp_amount}"