fix: condition

This commit is contained in:
Ludo Galabru
2023-08-13 16:14:45 +02:00
parent 359c6f9422
commit 0233dc5bf0

View File

@@ -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)
}