File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments