watchtower/wtwire/features: make wtwire feature uniform
This commit is contained in:
parent
eaea92e2cf
commit
0045ad567d
@ -9,8 +9,8 @@ var GlobalFeatures map[lnwire.FeatureBit]string
|
|||||||
// LocalFeatures holds the locally advertised feature bits understood by
|
// LocalFeatures holds the locally advertised feature bits understood by
|
||||||
// watchtower implementations.
|
// watchtower implementations.
|
||||||
var LocalFeatures = map[lnwire.FeatureBit]string{
|
var LocalFeatures = map[lnwire.FeatureBit]string{
|
||||||
WtSessionsRequired: "wt-sessions-required",
|
WtSessionsRequired: "wt-sessions",
|
||||||
WtSessionsOptional: "wt-sessions-optional",
|
WtSessionsOptional: "wt-sessions",
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user