rpc: add a pruned bool to the prune_blockchain call

This commit is contained in:
moneromooo-monero
2019-04-16 15:14:18 +00:00
parent 1f809e7485
commit c30d93fcd9
2 changed files with 4 additions and 1 deletions

View File

@@ -2373,6 +2373,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)
{