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(
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 }"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments