Skip to content

Commit

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

Co-authored-by: oxmmty <oxmmty@gmail.com>

* fix

Co-authored-by: oxmmty <oxmmty@gmail.com>

* fix

Co-authored-by: oxmmty <oxmmty@gmail.com>

* 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

* change game_state.end_time

* change query_game_info function

* change wrongGameId

* change raffleNoteActive

* change raffleSoldOut

* change CantFinishGame

* change CantAccessPrize

* change IncorrectFunds

* change PayError
  • Loading branch information
oxmmty authored Oct 1, 2024
1 parent 9fa9d97 commit a665102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pub enum ContractError {
// #[error("Incorrect Funds")]
// IncorrectFunds {},

#[error("Must send exactly {ticket_price} SEI to enter the raffle")]
PayError { ticket_price: u64 },
// #[error("Must send exactly {ticket_price} SEI to enter the raffle")]
// PayError { ticket_price: u64 },

#[error("No participants in the raffle")]
NoParticipants {},
Expand Down

0 comments on commit a665102

Please sign in to comment.