Allow pruning before v10

This check is now not needed anymore, and would prevent people
from using --prune-blockchain when starting a new sync
This commit is contained in:
moneromooo-monero 2019-04-01 13:57:15 +00:00
parent 423d3bb86b
commit eda2661aa2
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 1 additions and 25 deletions

View file

@ -2175,7 +2175,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
{