Commit 0ce66446 authored by refcell.eth's avatar refcell.eth Committed by GitHub

Update op-e2e/e2eutils/disputegame/helper.go

parent 56ad5b77
......@@ -35,7 +35,7 @@ import (
const alphabetGameType uint8 = 255
const cannonGameType uint8 = 0
const outputCannonGameType uint8 = 253
const outputCannonGameType uint8 = 253 // TODO(client-pod#43): Switch this game type to 1
const alphabetGameDepth = 4
var lastAlphabetTraceIndex = big.NewInt(1<<alphabetGameDepth - 1)
......
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