mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #4901
a48f2dab
blockchain_prune_known_spent_data: blackball file is now optional (moneromooo-monero)17b45725
Outputs where all amounts are known spent can now be pruned (moneromooo-monero)
This commit is contained in:
commit
d855f9bb92
6 changed files with 414 additions and 4 deletions
|
@ -142,5 +142,6 @@ public:
|
|||
virtual bool prune_blockchain(uint32_t pruning_seed = 0) { return true; }
|
||||
virtual bool update_pruning() { return true; }
|
||||
virtual bool check_pruning() { return true; }
|
||||
virtual void prune_outputs(uint64_t amount) {}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue