mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 18:43:42 +02:00
feature: set optional bit for rbf-coop close by default
This commit is contained in:
@ -103,4 +103,8 @@ var defaultSetDesc = setDesc{
|
|||||||
lnwire.ExperimentalEndorsementOptional: {
|
lnwire.ExperimentalEndorsementOptional: {
|
||||||
SetNodeAnn: {}, // N
|
SetNodeAnn: {}, // N
|
||||||
},
|
},
|
||||||
|
lnwire.RbfCoopCloseOptionalStaging: {
|
||||||
|
SetInit: {}, // I
|
||||||
|
SetNodeAnn: {}, // N
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user