lnwallet/channel: fix log typo
This commit is contained in:
parent
4ed0a35b10
commit
3ab5899853
@ -2414,7 +2414,7 @@ func (lc *LightningChannel) fetchCommitmentView(remoteChain bool,
|
|||||||
chainfee.SatPerKWeight(weight)
|
chainfee.SatPerKWeight(weight)
|
||||||
if effFeeRate < chainfee.FeePerKwFloor {
|
if effFeeRate < chainfee.FeePerKwFloor {
|
||||||
return nil, fmt.Errorf("height=%v, for ChannelPoint(%v) "+
|
return nil, fmt.Errorf("height=%v, for ChannelPoint(%v) "+
|
||||||
"attempts to create commitment wigh feerate %v: %v",
|
"attempts to create commitment with feerate %v: %v",
|
||||||
nextHeight, lc.channelState.FundingOutpoint,
|
nextHeight, lc.channelState.FundingOutpoint,
|
||||||
effFeeRate, spew.Sdump(commitTx))
|
effFeeRate, spew.Sdump(commitTx))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user