mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
Merge pull request #2605 from cfromknecht/wtwire-uniform-feature-names
watchtower/wtwire/features: make wtwire features uniform
This commit is contained in:
commit
16d69e8551
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue