Commit 1adf626c authored by clabby's avatar clabby

Update packages/contracts-bedrock/contracts/libraries/DisputeErrors.sol

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent d2cd0134
...@@ -61,7 +61,7 @@ error ParentDoesNotExist(); ...@@ -61,7 +61,7 @@ error ParentDoesNotExist();
error ClockTimeExceeded(); error ClockTimeExceeded();
/** /**
* @notice Thrown when a move is attempted to be made at the max depth of the game. * @notice Thrown when a move is attempted to be made at or greater than the max depth of the game.
*/ */
error GameDepthExceeded(); error GameDepthExceeded();
......
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