Commit d91bb382 authored by clabby's avatar clabby Committed by GitHub

Update packages/contracts-bedrock/contracts/dispute/interfaces/IDisputeGameFactory.sol

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent 30fdb629
...@@ -61,7 +61,7 @@ interface IDisputeGameFactory { ...@@ -61,7 +61,7 @@ interface IDisputeGameFactory {
function gameImpls(GameType gameType) external view returns (IDisputeGame _impl); function gameImpls(GameType gameType) external view returns (IDisputeGame _impl);
/// @notice Creates a new DisputeGame proxy contract. /// @notice Creates a new DisputeGame proxy contract.
/// @param gameType The type of the DisputeGame - used to decide the proxy implementation /// @param gameType The type of the DisputeGame - used to decide the proxy implementation.
/// @param rootClaim The root claim of the DisputeGame. /// @param rootClaim The root claim of the DisputeGame.
/// @param extraData Any extra data that should be provided to the created dispute game. /// @param extraData Any extra data that should be provided to the created dispute game.
/// @return proxy The address of the created DisputeGame proxy. /// @return proxy The address of the created DisputeGame proxy.
......
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