We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bd9d38 + b763197 commit a813f8bCopy full SHA for a813f8b
contrib/remote_hsmd/proxy.cc
@@ -707,7 +707,7 @@ proxy_stat proxy_handle_sign_withdrawal_tx(
707
tal_wally_end(tal_steal(psbt, tx));
708
709
710
- SignFundingTxRequest req;
+ SignOnchainTxRequest req;
711
marshal_node_id(&self_id, req.mutable_node_id());
712
713
// Serialize the tx we modified above which includes witscripts.
@@ -742,8 +742,8 @@ proxy_stat proxy_handle_sign_withdrawal_tx(
742
}
743
744
ClientContext context;
745
- SignFundingTxReply rsp;
746
- Status status = stub->SignFundingTx(&context, req, &rsp);
+ SignOnchainTxReply rsp;
+ Status status = stub->SignOnchainTx(&context, req, &rsp);
747
if (status.ok()) {
748
unmarshal_witnesses(rsp.witnesses(), o_wits);
749
STATUS_DEBUG("%s:%d %s { \"self_id\":%s, \"witnesses\":%s }",
0 commit comments