From a6651021d34675e1a981b928cf41bfed684a7167 Mon Sep 17 00:00:00 2001 From: OxMMty Date: Tue, 1 Oct 2024 16:20:11 +0900 Subject: [PATCH] Dev (#61) * fix Co-authored-by: oxmmty * fix Co-authored-by: oxmmty * fix Co-authored-by: oxmmty * 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 --- src/error.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/error.rs b/src/error.rs index bf8f4d5..38ffd06 100644 --- a/src/error.rs +++ b/src/error.rs @@ -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 {},