From 2577f1262967a7f945f05168705d5ef29251b44b Mon Sep 17 00:00:00 2001 From: CocoaHuke Date: Fri, 22 Jun 2018 01:16:00 -0700 Subject: [PATCH] les: Update les/handler.go --- les/handler.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/les/handler.go b/les/handler.go index a1c16cb875..397b623a93 100644 --- a/les/handler.go +++ b/les/handler.go @@ -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)