mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
les: Update les/odr_requests.go
This commit is contained in:
parent
58326939b9
commit
66cff6ceaa
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ func (r *TxStatusRequest) CanSend(peer *peer) bool {
|
|||
peer.lock.RLock()
|
||||
defer peer.lock.RUnlock()
|
||||
|
||||
return peer.version > lpv1
|
||||
return peer.version > lpv1
|
||||
}
|
||||
|
||||
// Request sends an ODR request to the LES network (implementation of LesOdrRequest)
|
||||
|
|
|
|||
Loading…
Reference in a new issue