mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
lnwire: fix minor typos in wumbo features
This commit is contained in:
parent
77549f1fb8
commit
954e292895
1 changed files with 3 additions and 3 deletions
|
@ -103,11 +103,11 @@ const (
|
|||
|
||||
// WumboChannelsRequired is a required feature bit that signals that a
|
||||
// node is willing to accept channels larger than 2^24 satoshis.
|
||||
WumboChannelsRequired = 18
|
||||
WumboChannelsRequired FeatureBit = 18
|
||||
|
||||
// WumboChannelsRequired is an optional feature bit that signals that a
|
||||
// WumboChannelsOptional is an optional feature bit that signals that a
|
||||
// node is willing to accept channels larger than 2^24 satoshis.
|
||||
WumboChannelsOptional = 19
|
||||
WumboChannelsOptional FeatureBit = 19
|
||||
|
||||
// AnchorsRequired is a required feature bit that signals that the node
|
||||
// requires channels to be made using commitments having anchor
|
||||
|
|
Loading…
Add table
Reference in a new issue