mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +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
|
||||
// watchtower implementations.
|
||||
var LocalFeatures = map[lnwire.FeatureBit]string{
|
||||
WtSessionsRequired: "wt-sessions-required",
|
||||
WtSessionsOptional: "wt-sessions-optional",
|
||||
WtSessionsRequired: "wt-sessions",
|
||||
WtSessionsOptional: "wt-sessions",
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Reference in a new issue