diff options
| author | Riccardo Spagni <ric@spagni.net> | 2019-01-28 13:55:49 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2019-01-28 13:55:50 +0200 |
| commit | 4a0e4c7d706f33fb72fe809434676b1de7b4b4f7 (patch) | |
| tree | 36fdd03f84ae78dbd217b5bd255bd86e33db1bcc /tests/core_proxy | |
| parent | 4e723843183b12308bce2ef560385ea885ad0174 (diff) | |
| parent | b750fb27b0f20e9443827732b69a504a76036430 (diff) | |
| download | monzero-core-4a0e4c7d706f33fb72fe809434676b1de7b4b4f7.tar.gz monzero-core-4a0e4c7d706f33fb72fe809434676b1de7b4b4f7.tar.xz monzero-core-4a0e4c7d706f33fb72fe809434676b1de7b4b4f7.zip | |
Merge pull request #4843
b750fb27 Pruning (moneromooo-monero)
Diffstat (limited to 'tests/core_proxy')
| -rw-r--r-- | tests/core_proxy/core_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/core_proxy/core_proxy.h b/tests/core_proxy/core_proxy.h index 023c220ae..7888540cc 100644 --- a/tests/core_proxy/core_proxy.h +++ b/tests/core_proxy/core_proxy.h @@ -105,5 +105,7 @@ namespace tests bool fluffy_blocks_enabled() const { return false; } uint64_t prevalidate_block_hashes(uint64_t height, const std::vector<crypto::hash> &hashes) { return 0; } bool pad_transactions() const { return false; } + uint32_t get_blockchain_pruning_seed() const { return 0; } + bool prune_blockchain(uint32_t pruning_seed) const { return true; } }; } |
