mirror of
https://github.com/monero-project/monero.git
synced 2026-01-02 07:50:16 -08:00
rpc: add a pruned bool to the prune_blockchain call
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user