Skip to content

Commit

Permalink
update test db due to genesis change in the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Nov 6, 2024
1 parent 38f0d6f commit 6c4d55b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/katana/core/src/backend/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl Blockchain {
Ok(Self::new(provider))
} else {
Err(anyhow!(
"Genesis block hash mismatch: expected {genesis_hash:#x}, got {db_hash:#}",
"Genesis block hash mismatch: expected {genesis_hash:#x}, got {db_hash:#x}",
))
}
}
Expand Down
Binary file modified spawn-and-move-db.tar.gz
Binary file not shown.
Binary file modified types-test-db.tar.gz
Binary file not shown.

0 comments on commit 6c4d55b

Please sign in to comment.