Skip to content

Commit

Permalink
fix: condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Aug 13, 2023
1 parent 359c6f9 commit 0233dc5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ pub fn parallelize_inscription_data_computations(
let thread_max = hord_config.ingestion_thread_max;

// Nothing to do? early return
if has_transactions_to_process {
if !has_transactions_to_process {
return Ok(false)
}

Expand Down

0 comments on commit 0233dc5

Please sign in to comment.