mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-06 18:09:41 +00:00
Merge pull request #5446
7d79222f
daemon: remove debug info (moneromooo-monero)8fec0f98
functional_tests: add sweep_single test (moneromooo-monero)9880d61b
wallet_rpc_server: remove unused code (moneromooo-monero)8a61b33d
rpc: omit irrelevant fields for pool txes in gettransactions (moneromooo-monero)56508524
rpc: add relayed in get_transaction output (moneromooo-monero)82e510f1
rpc: set default log category in core_rpc_server.h (moneromooo-monero)
This commit is contained in:
commit
f376cd5605
7 changed files with 96 additions and 14 deletions
|
@ -2205,7 +2205,7 @@ bool t_rpc_command_executor::prune_blockchain()
|
|||
}
|
||||
}
|
||||
|
||||
tools::success_msg_writer() << "Blockchain pruned: seed " << epee::string_tools::to_string_hex(res.pruning_seed);
|
||||
tools::success_msg_writer() << "Blockchain pruned";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue