We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c19d88 commit 99f0c69Copy full SHA for 99f0c69
contrib/remote_hsmd/proxy.cc
@@ -150,7 +150,8 @@ void marshal_utxo(struct utxo const *up, InputDescriptor *idesc)
150
? SpendType::P2SH_P2WPKH
151
: SpendType::P2WPKH);
152
if (up->close_info) {
153
- UnilateralCloseInfo *cinfo = idesc->mutable_close_info();
+ UnilateralCloseInfo *cinfo =
154
+ idesc->mutable_key_loc()->mutable_close_info();
155
marshal_channel_nonce(&up->close_info->peer_id,
156
up->close_info->channel_id,
157
cinfo->mutable_channel_nonce());
0 commit comments