mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
features: add temp feature bit for recent onion payload changes
This commit is contained in:
parent
4b0e331c62
commit
00448fb4ee
1 changed files with 4 additions and 0 deletions
|
@ -25,4 +25,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
|||
Name: "shutdown-close-flow",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
{
|
||||
Name: "sphinx-payload",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue