Skip to content

Commit 507ff74

Browse files
authored
Small jsdoc improvement to SimpleStateManager (#3928)
* chore: Small jsdoc improvement Jsdoc was kinda confusing since this is the ethereumjs/statemanager package * Merge branch 'master' into roninjin10-patch-1
1 parent 86bef57 commit 507ff74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/statemanager/src/simpleStateManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type { SimpleStateManagerOpts } from './index.ts'
2121
* cases and the state manager is used as default there.
2222
*
2323
* For a more full fledged and MPT-backed state manager implementation
24-
* have a look at the `@ethereumjs/statemanager` package.
24+
* have a look at the [`@ethereumjs/statemanager` package docs](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/statemanager/docs/README.md).
2525
*/
2626
export class SimpleStateManager implements StateManagerInterface {
2727
public accountStack: Map<PrefixedHexString, Account | undefined>[] = []

0 commit comments

Comments
 (0)