We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_in_bucket
1 parent 2bc19e8 commit c59803eCopy full SHA for c59803e
backend/lib/src/data/indexer_db/repository/postgres.rs
@@ -301,6 +301,7 @@ impl IndexerOpsMut for Repository {
301
vec![], // No peer_ids for simple test data
302
vec![0u8; 32], // Placeholder block hash for test data
303
None, // No transaction hash for test data
304
+ false, // Default to not in bucket for test data
305
)
306
.await?;
307
0 commit comments