Skip to content

Commit b8ff4fa

Browse files
authored
Updated to channel_nonce0. (#17)
1 parent e681a7a commit b8ff4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/remote_hsmd/proxy.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ proxy_stat proxy_handle_new_channel(
490490
last_message = "";
491491
NewChannelRequest req;
492492
marshal_node_id(&self_id, req.mutable_node_id());
493-
marshal_channel_nonce(peer_id, dbid, req.mutable_channel_nonce());
493+
marshal_channel_nonce(peer_id, dbid, req.mutable_channel_nonce0());
494494

495495
ClientContext context;
496496
NewChannelReply rsp;
@@ -561,7 +561,7 @@ proxy_stat proxy_handle_ready_channel(
561561
last_message = "";
562562
ReadyChannelRequest req;
563563
marshal_node_id(&self_id, req.mutable_node_id());
564-
marshal_channel_nonce(peer_id, dbid, req.mutable_channel_nonce());
564+
marshal_channel_nonce(peer_id, dbid, req.mutable_channel_nonce0());
565565
req.set_is_outbound(is_outbound);
566566
req.set_channel_value_sat(channel_value->satoshis);
567567
req.set_push_value_msat(push_value->millisatoshis);

0 commit comments

Comments
 (0)