Commit 15a7aeaf authored by Adrian Sutton's avatar Adrian Sutton

op-challenger: Add TODO for validating prestate of split games.

parent 5efa3f9b
......@@ -72,6 +72,7 @@ func registerOutputCannon(
if err != nil {
return nil, nil, nil, fmt.Errorf("failed to create the cannon updater: %w", err)
}
// TODO(client-pod#44): Validate absolute pre-state for split games
noopValidator := func(ctx context.Context, gameContract *contracts.FaultDisputeGameContract) error {
return nil
}
......
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