Skip to content

Commit

Permalink
update tate.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 17, 2024
1 parent c0b85e4 commit dea645f
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 @@ -34,4 +34,4 @@ 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 TICKET_STATUS: Map<(u64, u64), Addr> = Map::new("ticket_status");
pub const WALLET_TICKETS: Map<(u64, Addr), Vec<u64>> = Map::new("wallet_tickets");
// pub const WALLET_TICKETS: Map<(u64, Addr), Vec<u64>> = Map::new("wallet_tickets");

0 comments on commit dea645f

Please sign in to comment.