Commit b1d6c80f authored by bendanzhentan's avatar bendanzhentan

docs(dispute-game-interface.md): remove redundent type

parent 8064f0c9
...@@ -57,9 +57,6 @@ enum GameStatus { ...@@ -57,9 +57,6 @@ enum GameStatus {
DEFENDER_WINS DEFENDER_WINS
} }
/// @notice A dedicated timestamp type.
type Timestamp is uint64;
/// @notice A `Claim` type represents a 32 byte hash or other unique identifier for a claim about /// @notice A `Claim` type represents a 32 byte hash or other unique identifier for a claim about
/// a certain piece of information. /// a certain piece of information.
/// @dev For the `FAULT` `GameType`, this will be a root of the merklized state of the fault proof /// @dev For the `FAULT` `GameType`, this will be a root of the merklized state of the fault proof
......
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