@@ -3,7 +3,7 @@ mod runloops;
3
3
4
4
use crate :: cli:: fetch_and_standardize_block;
5
5
use crate :: config:: { Config , PredicatesApi , PredicatesApiConfig } ;
6
- use crate :: core:: pipeline:: processors:: inscription_indexing:: { process_blocks} ;
6
+ use crate :: core:: pipeline:: processors:: inscription_indexing:: process_blocks;
7
7
use crate :: core:: pipeline:: processors:: start_inscription_indexing_processor;
8
8
use crate :: core:: pipeline:: { download_and_pipeline_blocks, PostProcessorCommand } ;
9
9
use crate :: core:: protocol:: sequencing:: update_storage_and_augment_bitcoin_block_with_inscription_transfer_data_tx;
@@ -30,17 +30,15 @@ use chainhook_sdk::chainhooks::types::{
30
30
31
31
use chainhook_sdk:: indexer:: bitcoin:: build_http_client;
32
32
use chainhook_sdk:: observer:: {
33
- start_event_observer, BitcoinConfig , EventObserverConfig , HandleBlock ,
34
- ObserverEvent ,
33
+ start_event_observer, BitcoinConfig , EventObserverConfig , HandleBlock , ObserverEvent ,
35
34
} ;
36
35
use chainhook_sdk:: types:: {
37
- BitcoinBlockData , BitcoinNetwork , OrdinalInscriptionTransferData ,
38
- OrdinalOperation ,
36
+ BitcoinBlockData , BitcoinNetwork , OrdinalInscriptionTransferData , OrdinalOperation ,
39
37
} ;
40
38
use chainhook_sdk:: utils:: Context ;
41
39
use redis:: { Commands , Connection } ;
42
40
43
- use std:: collections:: { BTreeMap } ;
41
+ use std:: collections:: BTreeMap ;
44
42
use std:: sync:: mpsc:: { channel, Sender } ;
45
43
use std:: sync:: Arc ;
46
44
0 commit comments