Skip to content

Commit 8c80dd9

Browse files
committed
Renamed SignFundingTx to SignOnchainTx
1 parent df6dcaf commit 8c80dd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/remote_hsmd/proxy.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ proxy_stat proxy_handle_sign_withdrawal_tx(
712712
tal_wally_end(tal_steal(psbt, tx));
713713

714714

715-
SignFundingTxRequest req;
715+
SignOnchainTxRequest req;
716716
marshal_node_id(&self_id, req.mutable_node_id());
717717

718718
// Serialize the tx we modified above which includes witscripts.
@@ -746,8 +746,8 @@ proxy_stat proxy_handle_sign_withdrawal_tx(
746746
}
747747

748748
ClientContext context;
749-
SignFundingTxReply rsp;
750-
Status status = stub->SignFundingTx(&context, req, &rsp);
749+
SignOnchainTxReply rsp;
750+
Status status = stub->SignOnchainTx(&context, req, &rsp);
751751
if (status.ok()) {
752752
unmarshal_witnesses(rsp.witnesses(), o_wits);
753753
STATUS_DEBUG("%s:%d %s { \"self_id\":%s, \"witnesses\":%s }",

0 commit comments

Comments
 (0)