Adjust the title format of wallet txs output (#1882)

This commit is contained in:
Gary Yu 2018-10-31 05:40:53 +08:00 committed by Ignotus Peverell
parent 0b22789865
commit 641e7f51f0

View file

@ -122,13 +122,13 @@ pub fn txs(
bMG->"Creation Time", bMG->"Creation Time",
bMG->"Confirmed?", bMG->"Confirmed?",
bMG->"Confirmation Time", bMG->"Confirmation Time",
bMG->"Num. Inputs", bMG->"Num. \nInputs",
bMG->"Num. Outputs", bMG->"Num. \nOutputs",
bMG->"Amount Credited", bMG->"Amount \nCredited",
bMG->"Amount Debited", bMG->"Amount \nDebited",
bMG->"Fee", bMG->"Fee",
bMG->"Net Difference", bMG->"Net \nDifference",
bMG->"Tx Data", bMG->"Tx \nData",
]); ]);
for t in txs { for t in txs {