mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-29 12:15:04 +08:00
fix: transfer recomputing commit
This commit is contained in:
@@ -99,6 +99,7 @@ pub fn start_transfers_recomputing_processor(
|
||||
let _ = post_processor.send(block.clone());
|
||||
}
|
||||
}
|
||||
let _ = inscriptions_db_tx.commit();
|
||||
}
|
||||
})
|
||||
.expect("unable to spawn thread");
|
||||
|
||||
Reference in New Issue
Block a user