Merge pull request #2605 from cfromknecht/wtwire-uniform-feature-names

watchtower/wtwire/features: make wtwire features uniform
This commit is contained in:
Olaoluwa Osuntokun 2019-02-08 18:39:37 -08:00 committed by GitHub
commit 16d69e8551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 (