You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: packages/statemanager/src/simpleStateManager.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ import type { SimpleStateManagerOpts } from './index.ts'
21
21
* cases and the state manager is used as default there.
22
22
*
23
23
* 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).
0 commit comments