mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
features: add a new feature bit for recent changes
This commit is contained in:
parent
0f2fcf68b2
commit
628c5cd63a
1 changed files with 4 additions and 0 deletions
|
@ -37,4 +37,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
|||
Name: "encrypted-errors",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
{
|
||||
Name: "new-funding-and-commitment",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue