Skip to content

Commit

Permalink
fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Sep 13, 2024
1 parent df2d0b9 commit 40638cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/cspell-md.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"language": "en-US",
"ignoreRegExpList": ["/0x[0-9A-Fa-f]+/"],
"words": [
"t8ntool",
"calldatasize",
"Dencun",
"Hardfork",
"acolytec",
Expand Down
1 change: 1 addition & 0 deletions config/cspell-ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
],
"words": [
"t8ntool",
"!Json",
"!Rpc",
"Hardfork",
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/test/t8n/stateTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { Account, Address, PrefixedHexString } from '@ethereumjs/util'

export class StateTracker {
private allocTracker: {
// TODO these are all PrefixexHexString
// TODO these are all PrefixedHexString
[address: string]: {
storage: string[]
}
Expand Down

0 comments on commit 40638cc

Please sign in to comment.