Skip to content

Commit d49d08a

Browse files
authored
remove untrue jsdoc comment on clearWarmedAccounts (ethereumjs#1997)
1 parent 30bb25d commit d49d08a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vm/src/eei/vmState.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ export class VmState implements VmStateAccess {
406406

407407
/**
408408
* Clear the warm accounts and storage. To be called after a transaction finished.
409-
* @param boolean - If true, returns an EIP-2930 access list generated
410409
*/
411410
clearWarmedAccounts(): void {
412411
this._accessedStorage = [new Map()]

0 commit comments

Comments
 (0)