removing the json serialization change - fails to compile with -d:testnet_servers_image and LOG_LEVEL=TRACE and isn't worth the time at the moment

This commit is contained in:
Viktor Kirilov 2020-04-23 16:28:38 +03:00 committed by zah
parent 1575ded589
commit 4c66999a43
1 changed files with 2 additions and 3 deletions

View File

@ -25,11 +25,10 @@ import
chronicles,
nimcrypto/[sha2, hash],
stew/byteutils,
hashes,
eth/common/eth_types_json_serialization
hashes
export
hash.`$`, sha2, writeValue, readValue
hash.`$`, sha2
type
Eth2Digest* = MDigest[32 * 8] ## `hash32` from spec