Skip to content

Commit

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

// nft_token_id: game_state.nft_token_id,
owner: game_state.owner,
// owner: game_state.owner,
collection_wallet: game_state.collection_wallet,
end_time: game_state.end_time,
})
Expand Down

0 comments on commit 9b0c3e0

Please sign in to comment.