Merge pull request #5378

eda2661a Allow pruning before v10 (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2019-04-11 13:02:35 +02:00
commit bd429033df
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
3 changed files with 1 additions and 25 deletions

View file

@ -2236,7 +2236,7 @@ bool t_rpc_command_executor::check_blockchain_pruning()
if (res.pruning_seed)
{
tools::success_msg_writer() << "Blockchain pruning checked";
tools::success_msg_writer() << "Blockchain is pruned";
}
else
{