mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Adjust the title format of wallet txs output (#1882)
This commit is contained in:
parent
0b22789865
commit
641e7f51f0
1 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue