Skip to content

Commit

Permalink
coretests: trying not to mess with blockchainstorage too much
Browse files Browse the repository at this point in the history
  • Loading branch information
sowle committed Nov 26, 2021
1 parent 5c15ef7 commit 0b1b2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core_tests/checkpoints_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ bool gen_checkpoints_set_after_switching_to_altchain::prune_blockchain(currency:
uint64_t height = 0;
uint64_t transactions_pruned = 0, signatures_pruned = 0, attachments_pruned = 0;

c.get_blockchain_storage().prune_ring_signatures_and_attachments_if_need();
//c.get_blockchain_storage().prune_ring_signatures_and_attachments_if_need();

/*for (uint64_t height = 1, size = c.get_current_blockchain_size(); height < size; ++height)
{
Expand Down

0 comments on commit 0b1b2d5

Please sign in to comment.