mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-06 10:52:01 +01:00
features: add temp feature bit for recent onion payload changes
This commit is contained in:
@@ -25,4 +25,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
|||||||
Name: "shutdown-close-flow",
|
Name: "shutdown-close-flow",
|
||||||
Flag: lnwire.RequiredFlag,
|
Flag: lnwire.RequiredFlag,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "sphinx-payload",
|
||||||
|
Flag: lnwire.RequiredFlag,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user