mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
watchtower/wtwire/features: make wtwire feature uniform
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user