We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e70cea commit 19c1b97Copy full SHA for 19c1b97
eth/precompiles/blake2.py
@@ -12,7 +12,7 @@
12
13
try:
14
from blake2b import compress as blake2b_compress
15
-except ModuleNotFoundError:
+except ImportError:
16
from eth._utils.blake2.compression import blake2b_compress
17
18
GAS_COST_PER_ROUND = 1
0 commit comments