Skip to content

Commit 0f91d7e

Browse files
committed
Update CardanoTransactionsImporter documentation
Remove reference to rescan_offset and immutable
1 parent b664ac7 commit 0f91d7e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

mithril-aggregator/src/services/cardano_transactions_importer.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ pub struct CardanoTransactionsImporter {
6060

6161
impl CardanoTransactionsImporter {
6262
/// 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.
6763
pub fn new(
6864
block_scanner: Arc<dyn BlockScanner>,
6965
transaction_store: Arc<dyn TransactionStore>,

mithril-signer/src/cardano_transactions_importer.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ pub struct CardanoTransactionsImporter {
6060

6161
impl CardanoTransactionsImporter {
6262
/// 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.
6763
pub fn new(
6864
block_scanner: Arc<dyn BlockScanner>,
6965
transaction_store: Arc<dyn TransactionStore>,

0 commit comments

Comments
 (0)