File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ where
286286 if height >= bcast_height + REGENERATE_SPEND_THRESHOLD {
287287 let output_descriptors = vec ! [ output_info. descriptor. clone( ) ] ;
288288 match self . get_spending_tx ( & output_descriptors, height) {
289- Ok ( Some ( spending_tx) ) => {
289+ Ok ( spending_tx) => {
290290 if let Some ( filter) = self . chain_source . as_ref ( ) {
291291 if let Some ( tx_out) = spending_tx. output . first ( ) {
292292 filter. register_tx ( & spending_tx. txid ( ) , & tx_out. script_pubkey ) ;
@@ -305,13 +305,6 @@ where
305305 }
306306 }
307307 }
308- Ok ( None ) => {
309- log_debug ! (
310- self . logger,
311- "Omitted spending static outputs: {:?}" ,
312- output_descriptors
313- ) ;
314- }
315308 Err ( err) => {
316309 log_error ! ( self . logger, "Error spending outputs: {:?}" , err) ;
317310 }
You can’t perform that action at this time.
0 commit comments