mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
Add StatePayloadStatus to storage_strategy
This commit is contained in:
@@ -5097,7 +5097,7 @@ async fn replay_from_split_state() {
|
||||
assert!(
|
||||
store
|
||||
.hierarchy
|
||||
.storage_strategy(split.slot, anchor_slot)
|
||||
.storage_strategy(split.slot, anchor_slot, StatePayloadStatus::Pending)
|
||||
.unwrap()
|
||||
.is_replay_from()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user