channeldb: correct anchor comment
This commit is contained in:
parent
bc6e528887
commit
517fcd691a
@ -206,8 +206,7 @@ const (
|
|||||||
|
|
||||||
// AnchorOutputsBit indicates that the channel makes use of anchor
|
// AnchorOutputsBit indicates that the channel makes use of anchor
|
||||||
// outputs to bump the commitment transaction's effective feerate. This
|
// outputs to bump the commitment transaction's effective feerate. This
|
||||||
// channel type also uses a delayed to_remote output script. If bit is
|
// channel type also uses a delayed to_remote output script.
|
||||||
// set, we'll find the size of the anchor outputs in the database.
|
|
||||||
AnchorOutputsBit ChannelType = 1 << 3
|
AnchorOutputsBit ChannelType = 1 << 3
|
||||||
|
|
||||||
// FrozenBit indicates that the channel is a frozen channel, meaning
|
// FrozenBit indicates that the channel is a frozen channel, meaning
|
||||||
|
Loading…
Reference in New Issue
Block a user