lnwire: update anchor bit to spec
This commit is contained in:
parent
517fcd691a
commit
724f439b0b
@ -112,12 +112,12 @@ const (
|
|||||||
// AnchorsRequired is a required feature bit that signals that the node
|
// AnchorsRequired is a required feature bit that signals that the node
|
||||||
// requires channels to be made using commitments having anchor
|
// requires channels to be made using commitments having anchor
|
||||||
// outputs.
|
// outputs.
|
||||||
AnchorsRequired FeatureBit = 1336
|
AnchorsRequired FeatureBit = 20
|
||||||
|
|
||||||
// AnchorsRequired is an optional feature bit that signals that the
|
// AnchorsRequired is an optional feature bit that signals that the
|
||||||
// node supports channels to be made using commitments having anchor
|
// node supports channels to be made using commitments having anchor
|
||||||
// outputs.
|
// outputs.
|
||||||
AnchorsOptional FeatureBit = 1337
|
AnchorsOptional FeatureBit = 21
|
||||||
|
|
||||||
// maxAllowedSize is a maximum allowed size of feature vector.
|
// maxAllowedSize is a maximum allowed size of feature vector.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user