p2p: session.getRangeByHeight should change condition check from == to >= given that the number of headers being appended is more than 1 at a time #225
Labels
good first issue
Good for newcomers
go-header/p2p/session.go
Line 117 in 18f0eb1
should be changed to >= from == given that right above you added what could be more than just 1 header.
Kindly cc-ing @Wondertan @walldiss
The text was updated successfully, but these errors were encountered: