Skip to content

Commit

Permalink
Update crates/pathfinder/src/sync/state_updates.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 52b6521 commit b5547ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pathfinder/src/sync/state_updates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl ProcessStage for UpdateStarknetState {
}

db.update_storage_and_class_commitments(tail, storage_commitment, class_commitment)
.context("Updating storage commitment")?;
.context("Updating storage and class commitments")?;
db.insert_state_update_data(self.current_block, &state_update)
.context("Inserting state update data")?;
db.commit().context("Committing db transaction")?;
Expand Down

0 comments on commit b5547ef

Please sign in to comment.