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.
1 parent a32c1d4 commit 20184a4Copy full SHA for 20184a4
benches/benches/db_lookup_times_utils/seed.rs
@@ -115,9 +115,9 @@ fn insert_compressed_block(
115
block
116
}
117
118
-// we seed compressed blocks and transactions to not affect individual
119
-// lookup times
120
fn insert_full_block(database: &mut RocksDb<OnChain>, height: u32, tx_count: u32) {
+ // we seed compressed blocks and transactions to not affect individual
+ // lookup times
121
let block = insert_compressed_block(database, height, tx_count);
122
123
let height_key = height_key(height);
0 commit comments