Skip to content

Commit

Permalink
change game_state.raffle_statue
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 27, 2024
1 parent 54f1613 commit b6bc925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ fn query_game_info(deps: Deps, game_id: u64) -> StdResult<GameResponse> {

// total_ticket_count: game_state.total_ticket_count,

raffle_status: game_state.raffle_status,
// raffle_status: game_state.raffle_status,
nft_contract_addr: game_state.nft_contract_addr,
nft_token_id: game_state.nft_token_id,
owner: game_state.owner,
Expand Down

0 comments on commit b6bc925

Please sign in to comment.