Skip to content

Commit 20184a4

Browse files
committed
fix: comment positioning
1 parent a32c1d4 commit 20184a4

File tree

1 file changed

+2
-2
lines changed
  • benches/benches/db_lookup_times_utils

1 file changed

+2
-2
lines changed

benches/benches/db_lookup_times_utils/seed.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ fn insert_compressed_block(
115115
block
116116
}
117117

118-
// we seed compressed blocks and transactions to not affect individual
119-
// lookup times
120118
fn insert_full_block(database: &mut RocksDb<OnChain>, height: u32, tx_count: u32) {
119+
// we seed compressed blocks and transactions to not affect individual
120+
// lookup times
121121
let block = insert_compressed_block(database, height, tx_count);
122122

123123
let height_key = height_key(height);

0 commit comments

Comments
 (0)