File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
mithril-aggregator/src/services Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ pub struct CardanoTransactionsImporter {
60
60
61
61
impl CardanoTransactionsImporter {
62
62
/// Constructor
63
- ///
64
- /// About `rescan_offset`: if Some(x) the importer will be asked to rescan the previous 'x'
65
- /// immutables starting after the highest immutable known in the store.
66
- /// This is useful when one of the last immutable was not full scanned.
67
63
pub fn new (
68
64
block_scanner : Arc < dyn BlockScanner > ,
69
65
transaction_store : Arc < dyn TransactionStore > ,
Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ pub struct CardanoTransactionsImporter {
60
60
61
61
impl CardanoTransactionsImporter {
62
62
/// Constructor
63
- ///
64
- /// About `rescan_offset`: if Some(x) the importer will be asked to rescan the previous 'x'
65
- /// immutables starting after the highest immutable known in the store.
66
- /// This is useful when one of the last immutable was not full scanned.
67
63
pub fn new (
68
64
block_scanner : Arc < dyn BlockScanner > ,
69
65
transaction_store : Arc < dyn TransactionStore > ,
You can’t perform that action at this time.
0 commit comments