Skip to content

Commit

Permalink
fix: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Sep 19, 2023
1 parent 5ca05e0 commit afe4dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn setup() {
pub fn verify_kakarot_sha() -> Result<String, eyre::Error> {
// This is the SHA hash of the latest Kakarot submodule commit, inside Kakarot-RPC
let remote_sha = fs::read_to_string("../../.katana/remote_kakarot_sha")?;
// This is your local SHA hash of the Kakarot commit you last pulled, using `make fetch-dump`
// This is your local SHA hash of the Kakarot commit currently used in the dump.
let local_sha = fs::read_to_string("../../.katana/kakarot_sha")?;

// Helper check to remind you to locally run `make fetch-dump` often
Expand Down

0 comments on commit afe4dc9

Please sign in to comment.