Skip to content

Commit

Permalink
Dev (#48)
Browse files Browse the repository at this point in the history
* fix

Co-authored-by: oxmmty <[email protected]>

* fix

Co-authored-by: oxmmty <[email protected]>

* fix

Co-authored-by: oxmmty <[email protected]>

* change state.rs file

* change TimeOver

* change cw_storage_plus

* change cw_stoage_plus

* change DepsMut parameter

* changed InstantiateMsg

* change MessageInfo

* change InstantiateMsg

* change try_receive_nft funcion

* change info and tichet_price

* change nft_contract addr

* change raffle_status

* change game_state

* change ticke_price and total_ticket_count

* change token_id

* change collection_wallet

* cnange game_state

* change sold_ticket_count

* change totla_ticket_count

* change raffle_status

* change game_state.raffle_statue

* change nft_contract_add

* change nft_token_id

* change game_state.owner

* change game_state.collection_wallet
  • Loading branch information
oxmmty authored Sep 28, 2024
1 parent c32024c commit bab8301
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,9 @@ fn query_game_info(deps: Deps, game_id: u64) -> StdResult<GameResponse> {

// owner: game_state.owner,

collection_wallet: game_state.collection_wallet,

// collection_wallet: game_state.collection_wallet,

end_time: game_state.end_time,
})
}
Expand Down

0 comments on commit bab8301

Please sign in to comment.