multi: enable optional route blinding feature

This commit is contained in:
Carla Kirk-Cohen
2024-02-17 17:50:38 -05:00
parent 75d4a4c295
commit eaa85920ea
10 changed files with 383 additions and 333 deletions

View File

@@ -79,6 +79,12 @@ var deps = depDesc{
lnwire.AnchorsZeroFeeHtlcTxOptional: {},
lnwire.ExplicitChannelTypeOptional: {},
},
lnwire.RouteBlindingOptional: {
lnwire.TLVOnionPayloadOptional: {},
},
lnwire.RouteBlindingRequired: {
lnwire.TLVOnionPayloadRequired: {},
},
}
// ValidateDeps asserts that a feature vector sets all features and their