Skip to content

Commit

Permalink
optimize. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
blowcowbeer authored Mar 29, 2024
1 parent c4afde6 commit 335e6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/src/scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl RpcCaller {
.naive_utc();

for tx_hash in block.transactions {
info!("Syncing tx receipt: {:?}", tx_hash);
debug!("Syncing tx receipt: {:?}", tx_hash);
let tx_id = encode_prefixed(tx_hash.0);
let receipt_opt = self.provider.get_transaction_receipt(tx_hash).await?;
if receipt_opt.is_none() {
Expand Down

0 comments on commit 335e6ef

Please sign in to comment.