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

View File

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