From 641e7f51f0d58768b0f7f41d8832e58a52281c3b Mon Sep 17 00:00:00 2001 From: Gary Yu Date: Wed, 31 Oct 2018 05:40:53 +0800 Subject: [PATCH] Adjust the title format of wallet txs output (#1882) --- wallet/src/display.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wallet/src/display.rs b/wallet/src/display.rs index 3e8671d3e..93fbd6e93 100644 --- a/wallet/src/display.rs +++ b/wallet/src/display.rs @@ -122,13 +122,13 @@ pub fn txs( bMG->"Creation Time", bMG->"Confirmed?", bMG->"Confirmation Time", - bMG->"Num. Inputs", - bMG->"Num. Outputs", - bMG->"Amount Credited", - bMG->"Amount Debited", + bMG->"Num. \nInputs", + bMG->"Num. \nOutputs", + bMG->"Amount \nCredited", + bMG->"Amount \nDebited", bMG->"Fee", - bMG->"Net Difference", - bMG->"Tx Data", + bMG->"Net \nDifference", + bMG->"Tx \nData", ]); for t in txs {