mulit: Signal support for upfront shutdown

This commit enables signalling for the optional
upfront shutdown script feature bit.
This commit is contained in:
carla 2019-12-03 11:38:29 +02:00
parent 2fb7172725
commit cc7accea3d
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

@ -29,4 +29,8 @@ var defaultSetDesc = setDesc{
SetNodeAnn: {}, // N
SetLegacyGlobal: {},
},
lnwire.UpfrontShutdownScriptOptional: {
SetInit: {}, // I
SetNodeAnn: {}, // N
},
}