Skip to content

Commit 0233dc5

Browse files
author
Ludo Galabru
committed
fix: condition
1 parent 359c6f9 commit 0233dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hord-cli/src/core/protocol/inscription_sequencing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub fn parallelize_inscription_data_computations(
6262
let thread_max = hord_config.ingestion_thread_max;
6363

6464
// Nothing to do? early return
65-
if has_transactions_to_process {
65+
if !has_transactions_to_process {
6666
return Ok(false)
6767
}
6868

0 commit comments

Comments
 (0)