mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 08:31:28 +09:00
simplewallet: fix payment id header in show_transfers command
This commit is contained in:
parent
fbc242d52d
commit
d527fd5834
@ -8684,7 +8684,7 @@ bool simple_wallet::show_transfers(const std::vector<std::string> &args_)
|
|||||||
|
|
||||||
PAUSE_READLINE();
|
PAUSE_READLINE();
|
||||||
|
|
||||||
auto formatter = boost::format("%8.8s %6.6s %8.8s %25.25s %20.20s %64.64s %15.15s %14.14s %s %s - %s");
|
auto formatter = boost::format("%8.8s %6.6s %8.8s %25.25s %20.20s %64.64s %16.16s %14.14s %s %s - %s");
|
||||||
message_writer(console_color_default, false) << formatter
|
message_writer(console_color_default, false) << formatter
|
||||||
% "Block"
|
% "Block"
|
||||||
% "In/Out"
|
% "In/Out"
|
||||||
@ -8698,7 +8698,7 @@ bool simple_wallet::show_transfers(const std::vector<std::string> &args_)
|
|||||||
% "Index"
|
% "Index"
|
||||||
% "Tx Note";
|
% "Tx Note";
|
||||||
|
|
||||||
formatter = boost::format("%8.8llu %6.6s %8.8s %25.25s %20.20s %64.64s %15.15s %14.14s %s %s - %s");
|
formatter = boost::format("%8.8llu %6.6s %8.8s %25.25s %20.20s %64.64s %16.16s %14.14s %s %s - %s");
|
||||||
|
|
||||||
for (const auto& transfer : all_transfers)
|
for (const auto& transfer : all_transfers)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user