mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-07 19:48:05 +02:00
feature: set optional bit for rbf-coop close by default
This commit is contained in:
parent
c7a09418a0
commit
49888b4fe7
@ -95,4 +95,8 @@ var defaultSetDesc = setDesc{
|
||||
lnwire.Bolt11BlindedPathsOptional: {
|
||||
SetInvoice: {}, // I
|
||||
},
|
||||
lnwire.RbfCoopCloseOptionalStaging: {
|
||||
SetInit: {}, // I
|
||||
SetNodeAnn: {}, // N
|
||||
},
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user