mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
features: add new temporary feature bit to guard new chan close flow
This commit is contained in:
parent
311495e6d0
commit
f9b0626f8a
1 changed files with 4 additions and 0 deletions
|
@ -21,4 +21,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
||||||
Name: "dynamic-fees",
|
Name: "dynamic-fees",
|
||||||
Flag: lnwire.RequiredFlag,
|
Flag: lnwire.RequiredFlag,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "shutdown-close-flow",
|
||||||
|
Flag: lnwire.RequiredFlag,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue