From 564a1d1d7a133e7badde53db900a564438bcb62a Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Mon, 3 Mar 2025 12:18:03 +0200 Subject: [PATCH] Update dispute-game-interface.md --- blast-optimism/specs/dispute-game-interface.md | 3 --- 1 file changed, 3 deletions(-) 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.