Skip to content

Commit

Permalink
cspell: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Aug 17, 2024
1 parent 406436a commit e89a98e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/tx/test/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ export interface TxData {
}

// The type of each entry from ./ttTransactionTestEip155VitaliksTests.json // cspell:disable-line
// cspell:disable
export interface VitaliksTestsDataEntry {
// cspell:disable-line
// cspell:enable
blocknumber: string
hash: string
rlp: string
Expand Down
6 changes: 4 additions & 2 deletions packages/util/test/account.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,9 @@ describe('Utility Functions', () => {
)
})

// cspell:disable
it('generateAddress wt.testh nonce 0 (special case)', () => {
// cspell:disable-line
// cspell:enable
const addr = generateAddress(toBytes('0x990ccf8a0de58091c028d6ff76bb235ee67c1c39'), toBytes(0))
assert.equal(
bytesToHex(addr),
Expand All @@ -508,8 +509,9 @@ describe('Utility Functions', () => {
)
})

// cspell:disable
it('generateAddress wt.testh non-buffer inputs', () => {
// cspell:disable-line
// cspell:enable
assert.throws(
function () {
generateAddress(
Expand Down

0 comments on commit e89a98e

Please sign in to comment.