mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +01:00
mulit: Signal support for upfront shutdown
This commit enables signalling for the optional upfront shutdown script feature bit.
This commit is contained in:
@@ -29,4 +29,8 @@ var defaultSetDesc = setDesc{
|
|||||||
SetNodeAnn: {}, // N
|
SetNodeAnn: {}, // N
|
||||||
SetLegacyGlobal: {},
|
SetLegacyGlobal: {},
|
||||||
},
|
},
|
||||||
|
lnwire.UpfrontShutdownScriptOptional: {
|
||||||
|
SetInit: {}, // I
|
||||||
|
SetNodeAnn: {}, // N
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user