diff --git a/blast-optimism/specs/dispute-game-interface.md b/blast-optimism/specs/dispute-game-interface.md index 37d8b75c..21cbe86d 100644 --- a/blast-optimism/specs/dispute-game-interface.md +++ b/blast-optimism/specs/dispute-game-interface.md @@ -34,9 +34,6 @@ For added context, we define a few types that are used in the following snippets /// @notice A custom type for a generic hash. type Hash is bytes32; -/// @notice A dedicated timestamp type. -type Timestamp is uint64; - /// @notice The type of proof system being used. enum GameType { /// @dev The game will use a `IDisputeGame` implementation that utilizes fault proofs.