mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
les: Update les/handler.go
This commit is contained in:
parent
e38e9ae87c
commit
2577f12629
1 changed files with 6 additions and 0 deletions
|
|
@ -1109,6 +1109,12 @@ func (pm *ProtocolManager) handleMsg(p *peer) error {
|
|||
|
||||
p.fcServer.GotReply(resp.ReqID, resp.BV)
|
||||
|
||||
deliverMsg = &Msg{
|
||||
MsgType: MsgTxStatus,
|
||||
ReqID: resp.ReqID,
|
||||
Obj: resp.Status,
|
||||
}
|
||||
|
||||
default:
|
||||
p.Log().Trace("Received unknown message", "code", msg.Code)
|
||||
return errResp(ErrInvalidMsgCode, "%v", msg.Code)
|
||||
|
|
|
|||
Loading…
Reference in a new issue