mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
lnwire: update anchor bit to spec
This commit is contained in:
parent
517fcd691a
commit
724f439b0b
1 changed files with 2 additions and 2 deletions
|
@ -112,12 +112,12 @@ const (
|
|||
// AnchorsRequired is a required feature bit that signals that the node
|
||||
// requires channels to be made using commitments having anchor
|
||||
// outputs.
|
||||
AnchorsRequired FeatureBit = 1336
|
||||
AnchorsRequired FeatureBit = 20
|
||||
|
||||
// AnchorsRequired is an optional feature bit that signals that the
|
||||
// node supports channels to be made using commitments having anchor
|
||||
// outputs.
|
||||
AnchorsOptional FeatureBit = 1337
|
||||
AnchorsOptional FeatureBit = 21
|
||||
|
||||
// maxAllowedSize is a maximum allowed size of feature vector.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue