File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -712,7 +712,7 @@ proxy_stat proxy_handle_sign_withdrawal_tx(
712
712
tal_wally_end (tal_steal (psbt, tx));
713
713
714
714
715
- SignFundingTxRequest req;
715
+ SignOnchainTxRequest req;
716
716
marshal_node_id (&self_id, req.mutable_node_id ());
717
717
718
718
// Serialize the tx we modified above which includes witscripts.
@@ -746,8 +746,8 @@ proxy_stat proxy_handle_sign_withdrawal_tx(
746
746
}
747
747
748
748
ClientContext context;
749
- SignFundingTxReply rsp;
750
- Status status = stub->SignFundingTx (&context, req, &rsp);
749
+ SignOnchainTxReply rsp;
750
+ Status status = stub->SignOnchainTx (&context, req, &rsp);
751
751
if (status.ok ()) {
752
752
unmarshal_witnesses (rsp.witnesses (), o_wits);
753
753
STATUS_DEBUG (" %s:%d %s { \" self_id\" :%s, \" witnesses\" :%s }" ,
You can’t perform that action at this time.
0 commit comments