Skip to content

Commit

Permalink
Update crates/storage/src/connection/block.rs
Browse files Browse the repository at this point in the history
Co-authored-by: CHr15F0x <[email protected]>
  • Loading branch information
sistemd and CHr15F0x authored Aug 9, 2024
1 parent 03bcb0b commit 52b6521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/src/connection/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ impl Transaction<'_> {
let mut stmt = self
.inner()
.prepare_cached(sql)
.context("Preparing block header query")?;
.context("Preparing state commitment query")?;

let state_commitment = match block {
BlockId::Latest => {
Expand Down

0 comments on commit 52b6521

Please sign in to comment.