Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit da57128

Browse files
committed
typos
1 parent ffb557f commit da57128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereum/ethash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def hashimoto_light(full_size, cache, header, nonce):
7070

7171

7272
def hashimoto_full(dataset, header, nonce):
73-
return hashimoto(header, nonce, len(datset) * HASH_BYTES,
73+
return hashimoto(header, nonce, len(dataset) * HASH_BYTES,
7474
lambda x: dataset[x])
7575

7676

ethereum/specials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ def proc_identity(ext, msg):
6969
class msg(object):
7070
data = 'testdata'
7171
gas = 500
72-
proc_ripemd160(None, None, msg)
72+
proc_ripemd160(None, msg)

0 commit comments

Comments
 (0)