From 29fc29bb2070a12f34165cdc30d831c6765f06eb Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sun, 20 Jan 2019 00:25:14 +0200 Subject: [PATCH] Better formatting for a "withdraw" rows in wallet history output --- jmclient/jmclient/wallet_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/jmclient/wallet_utils.py b/jmclient/jmclient/wallet_utils.py index 59682cd..96c2685 100644 --- a/jmclient/jmclient/wallet_utils.py +++ b/jmclient/jmclient/wallet_utils.py @@ -712,7 +712,7 @@ def wallet_fetch_history(wallet, options): tx_type = 'cj withdraw' amount = cj_amount else: - tx_type = 'withdraw' + tx_type = 'withdraw ' #TODO does tx_fee go here? not my_tx_fee only? amount = our_input_value - change_value cj_n = -1