We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e998c commit 33a4f8bCopy full SHA for 33a4f8b
components/chainhook-cli/src/scan/bitcoin.rs
@@ -157,7 +157,9 @@ pub async fn scan_bitcoin_chainstate_via_rpc_using_predicate(
157
};
158
159
if let Some(ref inscriptions_db_conn) = inscriptions_db_conn {
160
- if !get_any_entry_in_ordinal_activities(&cursor, &inscriptions_db_conn, &ctx) {}
+ if !get_any_entry_in_ordinal_activities(&cursor, &inscriptions_db_conn, &ctx) {
161
+ continue;
162
+ }
163
164
// Evaluating every single block is required for also keeping track of transfers.
165
let local_traverals = match find_all_inscriptions_in_block(
0 commit comments