Skip to content

Commit

Permalink
les: fix for issue ethereum#16243
Browse files Browse the repository at this point in the history
  • Loading branch information
riceke committed Mar 21, 2018
1 parent 933972d commit 98d3d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions les/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ func (r *sentReq) update(ev reqPeerEvent) {
r.reqSent = false
r.reqSrtoCount++
case rpHardTimeout, rpDeliveredValid, rpDeliveredInvalid:
r.reqSent = false
r.reqSrtoCount--
}
}
Expand Down

0 comments on commit 98d3d70

Please sign in to comment.