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

Commit dab9ed9

Browse files
committed
Merge pull request #311 from janx/patch-6
remove dead code
2 parents 0ab9934 + eccebba commit dab9ed9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ethereum/blocks.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,10 @@ def receipts_root(self, value):
257257
else:
258258
self._receipts_root = value
259259

260-
_fimxe_hash = None
261-
262260
@property
263261
def hash(self):
264262
"""The binary block hash"""
265-
return self._fimxe_hash or utils.sha3(rlp.encode(self))
263+
return utils.sha3(rlp.encode(self))
266264

267265
def hex_hash(self):
268266
"""The hex encoded block hash"""

0 commit comments

Comments
 (0)