Skip to content

Commit

Permalink
expand comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Oct 24, 2023
1 parent d91a5e0 commit 323e3f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base_layer/core/tests/helpers/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ pub fn delete_some_blocks_and_headers(
},
}
node.blockchain_db.write(txn).unwrap();
// Note: Something is funny here... the block is deleted but the block exists in the db
// Note: Something is funny here... the block is deleted but the block exists in the db. This should be
// investigated and fixed as it will enhance the tests. If we uncomment the following assertion, the
// tests depending on this function will fail.
// match instruction {
// WhatToDelete::Blocks => {
// assert!(!node.blockchain_db.block_exists(*blocks[i].hash()).unwrap());
Expand Down

0 comments on commit 323e3f2

Please sign in to comment.