mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
features: add shachain required feature flag
This commit is contained in:
parent
f86557c3e4
commit
9034f85b88
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ var globalFeatures = lnwire.NewFeatureVector([]lnwire.Feature{})
|
|||
var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
||||
{Name: "lcp-stop-and-wait", Flag: lnwire.RequiredFlag},
|
||||
{Name: "48-bit-state-hint", Flag: lnwire.RequiredFlag},
|
||||
{Name: "shachain", Flag: lnwire.RequiredFlag},
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue