mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
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,
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user