Update beacon_chain/libnimbus_lc/libnimbus_lc.nim

This commit is contained in:
Etan Kissling 2023-08-27 22:58:25 +02:00 committed by GitHub
parent 6518c578fb
commit 646fbce887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2130,7 +2130,6 @@ proc ETHReceiptsCreateFromJson(
except RlpError:
raiseAssert "Unreachable"
if tr.rootHash() != receiptsRoot[]:
echo $tr.rootHash()
return nil
let receipts = seq[ETHReceipt].new()