mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
htlcswitch: placate confused linter
This commit is contained in:
@@ -2987,7 +2987,10 @@ func (l *channelLink) HandleChannelUpdate(message lnwire.Message) {
|
|||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
|
|
||||||
l.mailBox.AddMessage(message)
|
err := l.mailBox.AddMessage(message)
|
||||||
|
if err != nil {
|
||||||
|
l.log.Errorf("failed to add Message to mailbox: %v", err)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// updateChannelFee updates the commitment fee-per-kw on this channel by
|
// updateChannelFee updates the commitment fee-per-kw on this channel by
|
||||||
|
Reference in New Issue
Block a user