Skip to content

Commit

Permalink
Update CardanoTransactionsImporter documentation
Browse files Browse the repository at this point in the history
Remove reference to rescan_offset and immutable
  • Loading branch information
sfauvel committed Jul 17, 2024
1 parent 88d430c commit fbdb299
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ pub struct CardanoTransactionsImporter {

impl CardanoTransactionsImporter {
/// Constructor
///
/// About `rescan_offset`: if Some(x) the importer will be asked to rescan the previous 'x'
/// immutables starting after the highest immutable known in the store.
/// This is useful when one of the last immutable was not full scanned.
pub fn new(
block_scanner: Arc<dyn BlockScanner>,
transaction_store: Arc<dyn TransactionStore>,
Expand Down
4 changes: 0 additions & 4 deletions mithril-signer/src/cardano_transactions_importer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ pub struct CardanoTransactionsImporter {

impl CardanoTransactionsImporter {
/// Constructor
///
/// About `rescan_offset`: if Some(x) the importer will be asked to rescan the previous 'x'
/// immutables starting after the highest immutable known in the store.
/// This is useful when one of the last immutable was not full scanned.
pub fn new(
block_scanner: Arc<dyn BlockScanner>,
transaction_store: Arc<dyn TransactionStore>,
Expand Down

0 comments on commit fbdb299

Please sign in to comment.