Skip to content

Commit

Permalink
change game_state.end_time
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Sep 28, 2024
1 parent ea0e10b commit 23724da
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 @@ -381,7 +381,7 @@ fn query_game_info(deps: Deps, game_id: u64) -> StdResult<GameResponse> {

// collection_wallet: game_state.collection_wallet,

end_time: game_state.end_time,
// end_time: game_state.end_time,
})
}

Expand Down

0 comments on commit 23724da

Please sign in to comment.