lnwire+feature: add awareness of option_shutdown_anysegwit

In this commit, we add awareness of the option_shutdown_anysegwit that
permits both sides to send newer segwit based addresses. This'll
eventually enable us to send taproot addresses for co-op close.
This commit is contained in:
Olaoluwa Osuntokun
2022-06-10 11:14:54 -07:00
parent 17014b592e
commit 5f9c1b902f
2 changed files with 18 additions and 0 deletions

View File

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