Skip to content

Commit

Permalink
fix typo 11.fnameIndex.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pricstas authored Jan 30, 2025
1 parent a0c67fc commit 01d14b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/src/storage/db/migrations/11.fnameIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ResultAsync } from "neverthrow";
const log = logger.child({ component: "fnameIndex" });

/**
* Up untill now, we were accidentally writing the fid index for the fname messages as Little Endian
* Up until now, we were accidentally writing the fid index for the fname messages as Little Endian
* instead of Big Endian in name_registry_events.rs:make_fname_username_proof_by_fid_key.
* This migration will fix that to be big endian, and also remove the little endian index keys
*/
Expand Down

0 comments on commit 01d14b5

Please sign in to comment.