Skip to content

Commit

Permalink
chore: use dag crawl in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Jun 4, 2024
1 parent 7e1a730 commit 4d4cefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_auditor/src/dag_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl SpendDagDb {
if addrs_to_get.is_empty() {
debug!(
"Sleeping for {:?} until next re-attempt...",
*UTXO_REATTEMPT_INTERVAL
*DAG_CRAWL_REST_INTERVAL
);
tokio::time::sleep(*DAG_CRAWL_REST_INTERVAL).await;
continue;
Expand Down

0 comments on commit 4d4cefc

Please sign in to comment.