Skip to content

Commit 99f0c69

Browse files
committed
Adapted to CloseInfo moving into KeyLocator
1 parent 9c19d88 commit 99f0c69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/remote_hsmd/proxy.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ void marshal_utxo(struct utxo const *up, InputDescriptor *idesc)
150150
? SpendType::P2SH_P2WPKH
151151
: SpendType::P2WPKH);
152152
if (up->close_info) {
153-
UnilateralCloseInfo *cinfo = idesc->mutable_close_info();
153+
UnilateralCloseInfo *cinfo =
154+
idesc->mutable_key_loc()->mutable_close_info();
154155
marshal_channel_nonce(&up->close_info->peer_id,
155156
up->close_info->channel_id,
156157
cinfo->mutable_channel_nonce());

0 commit comments

Comments
 (0)