mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 11:08:06 +02:00
Update channel.go
Fix missing space between words
This commit is contained in:
parent
fd58cbfe6b
commit
92059a5278
@ -8484,7 +8484,7 @@ func (lc *LightningChannel) IdealCommitFeeRate(netFeeRate, minRelayFeeRate,
|
||||
// To give the transaction the best chance, we use the absolute
|
||||
// maximum fee we have available and we log an error.
|
||||
lc.log.Errorf("The commitment fee rate of %s is below the current "+
|
||||
"minimum relay fee rate of %s. The max fee rate of %s will be"+
|
||||
"minimum relay fee rate of %s. The max fee rate of %s will be "+
|
||||
"used.", commitFeeRate, minRelayFeeRate, absoluteMaxFee)
|
||||
|
||||
return absoluteMaxFee
|
||||
|
Loading…
x
Reference in New Issue
Block a user