mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 20:57:19 +02:00
features: add shachain required feature flag
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
f86557c3e4
commit
9034f85b88
@@ -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},
|
||||
})
|
||||
|
Reference in New Issue
Block a user