mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 16:52:57 +08:00
fix: condition
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user