Commit 83723b85 authored by Adrian Sutton's avatar Adrian Sutton

op-e2e: Rename l2NodeName for consistency.

parent 82615ff1
......@@ -155,9 +155,9 @@ func (h *FactoryHelper) StartAlphabetGame(ctx context.Context, claimedAlphabet s
}
}
func (h *FactoryHelper) StartOutputCannonGame(ctx context.Context, l2NodeName string, rootClaim common.Hash) *OutputCannonGameHelper {
func (h *FactoryHelper) StartOutputCannonGame(ctx context.Context, l2Node string, rootClaim common.Hash) *OutputCannonGameHelper {
logger := testlog.Logger(h.t, log.LvlInfo).New("role", "OutputCannonGameHelper")
rollupClient := h.system.RollupClient(l2NodeName)
rollupClient := h.system.RollupClient(l2Node)
extraData, _ := h.createBisectionGameExtraData(ctx, rollupClient)
......
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