mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
[skip ci] htlcswitch: fix double sat/kw output
This commit is contained in:
@ -2771,7 +2771,7 @@ func (l *channelLink) ShutdownIfChannelClean() error {
|
|||||||
// updateChannelFee updates the commitment fee-per-kw on this channel by
|
// updateChannelFee updates the commitment fee-per-kw on this channel by
|
||||||
// committing to an update_fee message.
|
// committing to an update_fee message.
|
||||||
func (l *channelLink) updateChannelFee(feePerKw chainfee.SatPerKWeight) error {
|
func (l *channelLink) updateChannelFee(feePerKw chainfee.SatPerKWeight) error {
|
||||||
l.log.Infof("updating commit fee to %v sat/kw", feePerKw)
|
l.log.Infof("updating commit fee to %v", feePerKw)
|
||||||
|
|
||||||
// We skip sending the UpdateFee message if the channel is not
|
// We skip sending the UpdateFee message if the channel is not
|
||||||
// currently eligible to forward messages.
|
// currently eligible to forward messages.
|
||||||
|
Reference in New Issue
Block a user