Update channel.go

Fix missing space between words
This commit is contained in:
bartoli 2023-09-09 17:56:34 +02:00 committed by GitHub
parent fd58cbfe6b
commit 92059a5278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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