lnrpc+rpcserver: add musig2 to ChanPointShim

This commit is contained in:
Oliver Gugger
2023-09-25 17:24:22 +02:00
parent ebf98c6d51
commit d94ae3f509
4 changed files with 1926 additions and 1907 deletions

View File

@@ -2453,6 +2453,11 @@ message ChanPointShim {
the value is less than 500,000, or as an absolute height otherwise.
*/
uint32 thaw_height = 6;
/*
Indicates that the funding output is using a MuSig2 multi-sig output.
*/
bool musig2 = 7;
}
message PsbtShim {