Skip to content

Commit

Permalink
Yet another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Jun 19, 2024
1 parent 6975469 commit e63ecf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/verkle/src/util/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {
setLengthRight,
} from '@ethereumjs/util'

import type { VerkleExecutionWitness } from '@ethereumjs/block'
import type { VerkleCrypto } from '@ethereumjs/util'
import type { VerkleCrypto, VerkleExecutionWitness } from '@ethereumjs/util'

/**
* @dev Returns the 31-bytes verkle tree stem for a given address and tree index.
Expand Down

0 comments on commit e63ecf0

Please sign in to comment.