Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Jul 22, 2024
1 parent 5f76e16 commit 3f43f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/src/sync/fetcher/trienodefetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import {
KECCAK256_RLP,
unprefixedHexToBytes,
} from '@ethereumjs/util'
import { OrderedMap } from '@js-sdsl/ordered-map'
import debug from 'debug'
import { keccak256 } from 'ethereum-cryptography/keccak.js'
import { bytesToHex, equalsBytes, hexToBytes } from 'ethereum-cryptography/utils'
import { OrderedMap } from '@js-sdsl/ordered-map'

import { Fetcher } from './fetcher.js'
import { getInitFecherDoneFlags } from './types.js'
Expand Down
2 changes: 1 addition & 1 deletion packages/statemanager/src/cache/account.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { bytesToUnprefixedHex } from '@ethereumjs/util'
import debugDefault from 'debug'
import { OrderedMap } from '@js-sdsl/ordered-map'
import debugDefault from 'debug'
import { LRUCache } from 'lru-cache'

import { Cache } from './cache.js'
Expand Down

0 comments on commit 3f43f57

Please sign in to comment.