mirror of
https://github.com/monero-project/monero.git
synced 2026-01-11 12:35:42 -08:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user