Commit e89bb46d authored by clabby's avatar clabby

Rename error headers

parent f3691300
...@@ -16,7 +16,7 @@ error NoImplementation(GameType gameType); ...@@ -16,7 +16,7 @@ error NoImplementation(GameType gameType);
error GameAlreadyExists(Hash uuid); error GameAlreadyExists(Hash uuid);
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// `FaultDisputeGame.sol` Errors // // `FaultDisputeGame` Errors //
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
/// @notice Thrown when a supplied bond is too low to cover the /// @notice Thrown when a supplied bond is too low to cover the
...@@ -78,7 +78,7 @@ error AlreadyChallenged(); ...@@ -78,7 +78,7 @@ error AlreadyChallenged();
error NotOwner(); error NotOwner();
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// `BlockOracle.sol` Errors // // `BlockOracle` Errors //
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
/// @notice Thrown when a block that is out of the range of the `BLOCKHASH` opcode /// @notice Thrown when a block that is out of the range of the `BLOCKHASH` opcode
......
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