@@ -703,11 +703,8 @@ proxy_stat proxy_handle_sign_remote_commitment_tx(
703703 SignRemoteCommitmentTxRequest req;
704704 marshal_node_id (&self_id, req.mutable_node_id ());
705705 marshal_channel_nonce (peer_id, dbid, req.mutable_channel_nonce ());
706- marshal_pubkey (remote_funding_pubkey,
707- req.mutable_remote_funding_pubkey ());
708706 marshal_pubkey (remote_per_commit,
709707 req.mutable_remote_per_commit_point ());
710- req.set_option_static_remotekey (option_static_remotekey);
711708 marshal_single_input_tx (tx, NULL , output_witscripts, req.mutable_tx ());
712709
713710 ClientContext context;
@@ -975,8 +972,6 @@ proxy_stat proxy_handle_sign_mutual_close_tx(
975972 SignMutualCloseTxRequest req;
976973 marshal_node_id (&self_id, req.mutable_node_id ());
977974 marshal_channel_nonce (peer_id, dbid, req.mutable_channel_nonce ());
978- marshal_pubkey (remote_funding_pubkey,
979- req.mutable_remote_funding_pubkey ());
980975 marshal_single_input_tx (tx, NULL , NULL , req.mutable_tx ());
981976
982977 ClientContext context;
@@ -1022,8 +1017,6 @@ proxy_stat proxy_handle_sign_commitment_tx(
10221017 SignCommitmentTxRequest req;
10231018 marshal_node_id (&self_id, req.mutable_node_id ());
10241019 marshal_channel_nonce (peer_id, dbid, req.mutable_channel_nonce ());
1025- marshal_pubkey (remote_funding_pubkey,
1026- req.mutable_remote_funding_pubkey ());
10271020 marshal_single_input_tx (tx, NULL , NULL , req.mutable_tx ());
10281021
10291022 ClientContext context;
0 commit comments