lnwire: update anchor bit to spec

This commit is contained in:
Johan T. Halseth 2020-08-21 13:38:36 +02:00
parent 517fcd691a
commit 724f439b0b
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -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.
//