Skip to content

Commit

Permalink
change ticket_status
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 17, 2024
1 parent 191f15b commit 73a1192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ pub struct GameState {
}

// pub const GLOBAL_STATE: Item<GlobalState> = Item::new("global_state");
pub const GAME_STATE: Map<u64, GameState> = Map::new("game_state");
// pub const GAME_STATE: Map<u64, GameState> = Map::new("game_state");
// pub const TICKET_STATUS: Map<(u64, u64), Addr> = Map::new("ticket_status");
// pub const WALLET_TICKETS: Map<(u64, Addr), Vec<u64>> = Map::new("wallet_tickets");

0 comments on commit 73a1192

Please sign in to comment.