Commit 19663293 authored by refcell.eth's avatar refcell.eth Committed by GitHub

Update op-challenger/game/fault/test/claim_builder.go

Co-authored-by: default avatarAdrian Sutton <adrian@oplabs.co>
parent 192f0a4d
......@@ -74,7 +74,7 @@ func (c *ClaimBuilder) claim(pos types.Position, correct bool) common.Hash {
}
func (c *ClaimBuilder) CreateRootClaim(correct bool) types.Claim {
value := c.claim(types.NewPositionFromGIndex((1<<c.maxDepth)-1), correct)
value := c.claim(types.NewPositionFromGIndex(1), correct)
claim := types.Claim{
ClaimData: types.ClaimData{
Value: value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment