diff --git a/src/state.rs b/src/state.rs index 041de3c..db0656b 100644 --- a/src/state.rs +++ b/src/state.rs @@ -32,6 +32,6 @@ pub struct GameState { } // pub const GLOBAL_STATE: Item = Item::new("global_state"); -pub const GAME_STATE: Map = Map::new("game_state"); +// pub const GAME_STATE: Map = Map::new("game_state"); // pub const TICKET_STATUS: Map<(u64, u64), Addr> = Map::new("ticket_status"); // pub const WALLET_TICKETS: Map<(u64, Addr), Vec> = Map::new("wallet_tickets");