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:
parent
1575ded589
commit
4c66999a43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue