Skip to content

Commit

Permalink
Dev (#40)
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
  • Loading branch information
oxmmty authored Sep 26, 2024
1 parent d42e299 commit 9b0b856
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,11 @@ fn try_start_raffle(
// nft_token_id: nft_token_id,


owner: info.sender.clone(),
collection_wallet: collection_wallet,
end_time: end_time,

// owner: info.sender.clone(),
// collection_wallet: collection_wallet,
// end_time: end_time,

};

GLOBAL_STATE.save(deps.storage, &global_state)?;
Expand Down

0 comments on commit 9b0b856

Please sign in to comment.