feature: set optional bit for rbf-coop close by default

This commit is contained in:
Olaoluwa Osuntokun 2024-01-30 17:58:43 -08:00
parent c7a09418a0
commit 49888b4fe7
2 changed files with 7 additions and 0 deletions

View File

@ -95,4 +95,8 @@ var defaultSetDesc = setDesc{
lnwire.Bolt11BlindedPathsOptional: {
SetInvoice: {}, // I
},
lnwire.RbfCoopCloseOptionalStaging: {
SetInit: {}, // I
SetNodeAnn: {}, // N
},
}

View File

@ -85,6 +85,9 @@ var deps = depDesc{
lnwire.Bolt11BlindedPathsOptional: {
lnwire.RouteBlindingOptional: {},
},
lnwire.RbfCoopCloseOptionalStaging: {
lnwire.ShutdownAnySegwitOptional: {},
},
}
// ValidateDeps asserts that a feature vector sets all features and their