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 752fc86c7d
commit 82ac5fa912

View File

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