diff --git a/src/contract.rs b/src/contract.rs index 3bc6434..36761d2 100644 --- a/src/contract.rs +++ b/src/contract.rs @@ -381,7 +381,7 @@ fn query_game_info(deps: Deps, game_id: u64) -> StdResult { // collection_wallet: game_state.collection_wallet, - end_time: game_state.end_time, + // end_time: game_state.end_time, }) }