Olaoluwa Osuntokun ce93b236aa
input+lnwallet: modify musig2 interfaces use explicit optional local nonces
In this commit, we modify the musig2 interfaces to instead use an
explicit value for the local nonces. Before this commit, we used the
functional option, but we want to also support specifying this value
over RPC for the remote signer. The functional option pattern is opaque,
so we can't get the nonce value we need. To get around this, we'll just
make this an explicit pointer, then map this to the functional option at
the very last moment.
2023-09-18 11:42:13 -07:00
..
2023-08-22 16:34:15 -07:00
2023-08-22 16:34:15 -07:00
2023-08-22 16:34:15 -07:00
2023-08-22 16:34:15 -07:00
2023-08-22 16:34:15 -07:00
2023-08-22 16:34:15 -07:00