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
286
286
if height >= bcast_height + REGENERATE_SPEND_THRESHOLD {
287
287
let output_descriptors = vec ! [ output_info. descriptor. clone( ) ] ;
288
288
match self . get_spending_tx ( & output_descriptors, height) {
289
- Ok ( Some ( spending_tx) ) => {
289
+ Ok ( spending_tx) => {
290
290
if let Some ( filter) = self . chain_source . as_ref ( ) {
291
291
if let Some ( tx_out) = spending_tx. output . first ( ) {
292
292
filter. register_tx ( & spending_tx. txid ( ) , & tx_out. script_pubkey ) ;
@@ -305,13 +305,6 @@ where
305
305
}
306
306
}
307
307
}
308
- Ok ( None ) => {
309
- log_debug ! (
310
- self . logger,
311
- "Omitted spending static outputs: {:?}" ,
312
- output_descriptors
313
- ) ;
314
- }
315
308
Err ( err) => {
316
309
log_error ! ( self . logger, "Error spending outputs: {:?}" , err) ;
317
310
}
You can’t perform that action at this time.
0 commit comments