mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
sd
This commit is contained in:
parent
3de34b631d
commit
08f5f59f89
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ func (self *bzzProtocol) handle() error {
|
|||
return self.protoError(ErrDecode, "->msg %v: %v", msg, err)
|
||||
}
|
||||
dpaLogger.Warnf("Request message: %#v", req)
|
||||
if req.Key == nil || req.Timeout == nil {
|
||||
if req.Key == nil {
|
||||
return self.protoError(ErrDecode, "protocol handler: req.Key == nil || req.Timeout == nil")
|
||||
}
|
||||
req.peer = peer{bzzProtocol: self}
|
||||
|
|
|
|||
Loading…
Reference in a new issue