Skip to content

Commit

Permalink
fix local test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 4, 2023
1 parent a905a8a commit 8decb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/era_db.nim
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ when isMainModule:
doAssert got8193

doAssert db.getBlock(
historical_roots, Slot(1), Opt[Eth2Digest].err(),
historical_roots, [], Slot(1), Opt[Eth2Digest].err(),
phase0.TrustedSignedBeaconBlock).get().root ==
Eth2Digest.fromHex(
"0xbacd20f09da907734434f052bd4c9503aa16bab1960e89ea20610d08d064481c")
Expand Down

0 comments on commit 8decb8f

Please sign in to comment.