mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
fix: handle LatestPersistedBlock in ress-provider pending state
This commit is contained in:
@@ -123,7 +123,8 @@ pub async fn maintain_pending_state<P>(
|
||||
}
|
||||
// ignore
|
||||
ConsensusEngineEvent::CanonicalChainCommitted(_, _) |
|
||||
ConsensusEngineEvent::BlockReceived(_) => (),
|
||||
ConsensusEngineEvent::BlockReceived(_) |
|
||||
ConsensusEngineEvent::LatestPersistedBlock(_) => (),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user