Update beacon_chain/libnimbus_lc/libnimbus_lc.nim
This commit is contained in:
parent
6518c578fb
commit
646fbce887
|
@ -2130,7 +2130,6 @@ proc ETHReceiptsCreateFromJson(
|
|||
except RlpError:
|
||||
raiseAssert "Unreachable"
|
||||
if tr.rootHash() != receiptsRoot[]:
|
||||
echo $tr.rootHash()
|
||||
return nil
|
||||
|
||||
let receipts = seq[ETHReceipt].new()
|
||||
|
|
Loading…
Reference in New Issue