Commit 30fdb629 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 799b9509
...@@ -27,7 +27,7 @@ interface IDisputeGameFactory { ...@@ -27,7 +27,7 @@ interface IDisputeGameFactory {
/// @return _gameCount The total number of dispute games created by this factory. /// @return _gameCount The total number of dispute games created by this factory.
function gameCount() external view returns (uint256 _gameCount); function gameCount() external view returns (uint256 _gameCount);
/// @notice `games` queries an internal a mapping that maps the hash of /// @notice `games` queries an internal mapping that maps the hash of
/// `gameType ++ rootClaim ++ extraData` to the deployed `DisputeGame` clone. /// `gameType ++ rootClaim ++ extraData` to the deployed `DisputeGame` clone.
/// @dev `++` equates to concatenation. /// @dev `++` equates to concatenation.
/// @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
......
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