@@ -703,11 +703,8 @@ proxy_stat proxy_handle_sign_remote_commitment_tx(
703
703
SignRemoteCommitmentTxRequest req;
704
704
marshal_node_id (&self_id, req.mutable_node_id ());
705
705
marshal_channel_nonce (peer_id, dbid, req.mutable_channel_nonce ());
706
- marshal_pubkey (remote_funding_pubkey,
707
- req.mutable_remote_funding_pubkey ());
708
706
marshal_pubkey (remote_per_commit,
709
707
req.mutable_remote_per_commit_point ());
710
- req.set_option_static_remotekey (option_static_remotekey);
711
708
marshal_single_input_tx (tx, NULL , output_witscripts, req.mutable_tx ());
712
709
713
710
ClientContext context;
@@ -975,8 +972,6 @@ proxy_stat proxy_handle_sign_mutual_close_tx(
975
972
SignMutualCloseTxRequest req;
976
973
marshal_node_id (&self_id, req.mutable_node_id ());
977
974
marshal_channel_nonce (peer_id, dbid, req.mutable_channel_nonce ());
978
- marshal_pubkey (remote_funding_pubkey,
979
- req.mutable_remote_funding_pubkey ());
980
975
marshal_single_input_tx (tx, NULL , NULL , req.mutable_tx ());
981
976
982
977
ClientContext context;
@@ -1022,8 +1017,6 @@ proxy_stat proxy_handle_sign_commitment_tx(
1022
1017
SignCommitmentTxRequest req;
1023
1018
marshal_node_id (&self_id, req.mutable_node_id ());
1024
1019
marshal_channel_nonce (peer_id, dbid, req.mutable_channel_nonce ());
1025
- marshal_pubkey (remote_funding_pubkey,
1026
- req.mutable_remote_funding_pubkey ());
1027
1020
marshal_single_input_tx (tx, NULL , NULL , req.mutable_tx ());
1028
1021
1029
1022
ClientContext context;
0 commit comments