Skip to content

Commit c345f0a

Browse files
committed
Removed deprecated Phase 1 fields.
1 parent 9fe2bbe commit c345f0a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contrib/remote_hsmd/proxy.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)