mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-10 07:18:45 +02:00
features: add a new feature bit for recent changes
This commit is contained in:
@@ -37,4 +37,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
||||
Name: "encrypted-errors",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
{
|
||||
Name: "new-funding-and-commitment",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user