mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
msgmux: fix arg expectation for mock in unit test
This commit is contained in:
@@ -244,7 +244,7 @@ func (p *MultiMsgRouter) msgRouter(ctx context.Context) {
|
||||
var err error
|
||||
if !couldSend {
|
||||
log.Tracef("MsgRouter: unable to route "+
|
||||
"msg %T", msg)
|
||||
"msg %T", msg.Message)
|
||||
|
||||
err = ErrUnableToRouteMsg
|
||||
}
|
||||
|
Reference in New Issue
Block a user