Commit 7bdd00d2 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6981 from ethereum-optimism/refcell/fix-missing-game-prefix

fix(op-e2e): Challenger Datadir Check
parents 6e2e9b5c ad8f8adb
...@@ -179,5 +179,5 @@ func (h *Helper) VerifyNoGameDataExists(games ...GameAddr) { ...@@ -179,5 +179,5 @@ func (h *Helper) VerifyNoGameDataExists(games ...GameAddr) {
} }
func (h *Helper) gameDataDir(addr common.Address) string { func (h *Helper) gameDataDir(addr common.Address) string {
return filepath.Join(h.dir, addr.Hex()) return filepath.Join(h.dir, "game-"+addr.Hex())
} }
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