We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0084d73 commit 1f6c1dfCopy full SHA for 1f6c1df
light-client/src/client_state.rs
@@ -69,7 +69,7 @@ impl ClientState {
69
// second must be forks spec timestamp
70
if header.eth_header().all.len() >= 2 {
71
let h = &header.eth_header().all[1];
72
- if ts == h.milli_timestamp() {
+ if ts <= h.milli_timestamp() {
73
fs.height_or_timestamp = HeightOrTimestamp::Height(h.number)
74
}
75
0 commit comments