Skip to content

Commit

Permalink
YOUR_COMMIT_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 4, 2024
1 parent 5e5edf2 commit 42c0dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/exex/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl Database {
let block = self.connection().query_row::<String, _, _>(
"SELECT data FROM block WHERE number = ?",
(number.to_string(),),
// Retrieves the first column of the result row as a string.
// Retrieves the first column of the result row as a string
|row| row.get(0),
);

Expand Down

0 comments on commit 42c0dda

Please sign in to comment.