Skip to content

Commit

Permalink
Merge pull request #7667 from ziggie1984/log-fix-typo
Browse files Browse the repository at this point in the history
[skip ci] htlcswitch: fix double sat/kw output
  • Loading branch information
Roasbeef committed May 4, 2023
2 parents 7284526 + 1519742 commit 04314d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htlcswitch/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -2771,7 +2771,7 @@ func (l *channelLink) ShutdownIfChannelClean() error {
// updateChannelFee updates the commitment fee-per-kw on this channel by
// committing to an update_fee message.
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
// currently eligible to forward messages.
Expand Down

0 comments on commit 04314d3

Please sign in to comment.