From c8ba616ac77a49dcc29dfce8dd54e1ec5963dd69 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Mon, 31 May 2021 15:02:28 -0300 Subject: [PATCH] Add amounts onchain txs --- nodeconnection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodeconnection.py b/nodeconnection.py index e4c0976..21c5dda 100644 --- a/nodeconnection.py +++ b/nodeconnection.py @@ -314,7 +314,7 @@ def locallistchaintxns(): for item_ in n: s = item_ - print("Transaction Hash: " + s['tx_hash']) + print("Transaction Hash: " + s['tx_hash'] + " " + s['amount'] + " sats") nd = input("\nSelect RHash: ") for item in n: @@ -1154,7 +1154,7 @@ def listonchaintxs(): print("\n\tLIST ONCHAIN TRANSACTIONS\n") for r in range(len(n)): s = n[r] - print("Transaction Hash: " + s['tx_hash']) + print("Transaction Hash: " + " " + s['tx_hash'] + " sats") nd = input("\nSelect RHash: ") for item in n: