features+lnd: add a feature bit for 48-bit state hints
This commit is contained in:
parent
f9b44567ed
commit
3e14c6ee9b
@ -10,4 +10,5 @@ var globalFeatures = lnwire.NewFeatureVector([]lnwire.Feature{})
|
|||||||
// only affect the protocol between these two nodes.
|
// only affect the protocol between these two nodes.
|
||||||
var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
||||||
{Name: "lcp-stop-and-wait", Flag: lnwire.RequiredFlag},
|
{Name: "lcp-stop-and-wait", Flag: lnwire.RequiredFlag},
|
||||||
|
{Name: "48-bit-state-hint", Flag: lnwire.RequiredFlag},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user