watchtower/wtwire/features: make wtwire feature uniform

This commit is contained in:
Conner Fromknecht 2019-02-06 19:23:04 -08:00
parent eaea92e2cf
commit 0045ad567d
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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