We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97f50b commit 617abb0Copy full SHA for 617abb0
beacon_node/beacon_chain/tests/store_tests.rs
@@ -3571,7 +3571,6 @@ fn check_split_slot(
3571
/// Check that all the states in a chain dump have the correct tree hash.
3572
fn check_chain_dump(harness: &TestHarness, expected_len: u64) {
3573
let mut chain_dump = harness.chain.chain_dump().unwrap();
3574
- let split_slot = harness.chain.store.get_split_slot();
3575
3576
assert_eq!(chain_dump.len() as u64, expected_len);
3577
0 commit comments