tx: Improve the confirmation display
I'd like to change the confirmation display from : ``` ╒════════════════════════════╤══════════════════════════════════════════════╕ │ pubkey’s balance before tx │ 2278.02 ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ total amount (unit) │ 15.7 ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ total amount (relative) │ 0.018 UD ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ pubkey’s balance after tx │ 2262.32 ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ from (pubkey) │ 3i7jBZz1bYVTtao3C6e7cN21JHYjHCDR9pKeReE4rdVe │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ to (pubkey) │ d88fPFbDdJXJANHH7hedFMaRyGcnVZj9c5cDaE76LRN │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ to (id) │ matograine-G1Test │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ amount (unit) │ 8.7 ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ amount (relative) │ 0.01 UD ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ to (pubkey) │ 5tKxzdi43AKPnYb4Bzjs1LZecceouvJ3ZaCrFTde2chf │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ amount (unit) │ 2.6 ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ amount (relative) │ 0.003 UD ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ to (pubkey) │ BpERUYSfdzFPGWuE1y3VoHxamnTnK4Q6dZTNbaSkL1j3 │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ amount (unit) │ 4.4 ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ amount (relative) │ 0.005 UD ĞTest │ ├────────────────────────────┼──────────────────────────────────────────────┤ │ comment │ BABA YAGA │ ╘════════════════════════════╧══════════════════════════════════════════════╛ ``` to : ``` ╒════════════════════════════════╤══════════════════════════════════════════════╕ │ pubkey’s balance before tx │ 2272.32 ĞTest │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ total amount (unit | relative) │ 15.7 ĞTest || 0.018 UD │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ pubkey’s balance after tx │ 2256.62 ĞTest │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ from (pubkey) │ 3i7jBZz1bYVTtao3C6e7cN21JHYjHCDR9pKeReE4rdVe │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ to (pubkey) │ d88fPFbDdJXJANHH7hedFMaRyGcnVZj9c5cDaE76LRN │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ to (id) │ matograine-G1Test │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ amount (unit | relative) │ 8.7 ĞTest || 0.01 UD │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ to (pubkey) │ 5tKxzdi43AKPnYb4Bzjs1LZecceouvJ3ZaCrFTde2chf │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ amount (unit | relative) │ 2.6 ĞTest || 0.003 UD │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ to (pubkey) │ BpERUYSfdzFPGWuE1y3VoHxamnTnK4Q6dZTNbaSkL1j3 │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ amount (unit | relative) │ 4.4 ĞTest || 0.005 UD │ ├────────────────────────────────┼──────────────────────────────────────────────┤ │ comment │ BABA YAGA │ ╘════════════════════════════════╧══════════════════════════════════════════════╛ ```
issue