diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-01 13:57:15 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-01 14:06:49 +0000 |
commit | eda2661aa22402164fbcc4490f6ae09da3558bff (patch) | |
tree | a7419ca2d16269e405da9fda5ae9653a0c2c7046 /src/daemon | |
parent | Merge pull request #5359 (diff) | |
download | monero-eda2661aa22402164fbcc4490f6ae09da3558bff.tar.xz |
Allow pruning before v10
This check is now not needed anymore, and would prevent people
from using --prune-blockchain when starting a new sync
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/rpc_command_executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index 4ee67f571..e81a82c51 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -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 { |