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
{{ message }}
This repository was archived by the owner on Dec 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ Creates a cache. NOTE: this is automatically done for in - [`ethash.verifyPOW(b
67
67
Runs ethash on a give val/nonce pair. NOTE: you need to run [`ethash.mkcache(cacheSize, seed)`](#ethashverifypowcachesize-seed) first before using this function.
68
68
69
69
**Parameters**
70
-
-`cachSize` - the size of the cach
71
-
-`seed` - the seed as a `Buffer`
70
+
-`val` - value to run ethash on e.g. the header hash
0 commit comments