From 191f15ba53f9d3566bf54a5717998e80590e8b9b Mon Sep 17 00:00:00 2001 From: oxmmty Date: Wed, 18 Sep 2024 04:42:17 +0900 Subject: [PATCH] change game_state --- src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state.rs b/src/state.rs index 10946d6..041de3c 100644 --- a/src/state.rs +++ b/src/state.rs @@ -33,5 +33,5 @@ pub struct GameState { // pub const GLOBAL_STATE: Item = Item::new("global_state"); pub const GAME_STATE: Map = Map::new("game_state"); -pub const TICKET_STATUS: Map<(u64, u64), Addr> = Map::new("ticket_status"); +// pub const TICKET_STATUS: Map<(u64, u64), Addr> = Map::new("ticket_status"); // pub const WALLET_TICKETS: Map<(u64, Addr), Vec> = Map::new("wallet_tickets");