Merge pull request #5452

c30d93fc rpc: add a pruned bool to the prune_blockchain call (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2019-04-16 22:48:50 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -2382,6 +2382,7 @@ namespace cryptonote
return false;
}
res.pruning_seed = m_core.get_blockchain_pruning_seed();
res.pruned = res.pruning_seed != 0;
}
catch (const std::exception &e)
{