Skip to content

Commit

Permalink
change NoParticipants
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Oct 1, 2024
1 parent 4cf4924 commit 4e054a9
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 @@ -39,8 +39,8 @@ pub enum ContractError {
// #[error("Must send exactly {ticket_price} SEI to enter the raffle")]
// PayError { ticket_price: u64 },

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

#[error("Missing NFT contract address")]
MissingNftContractAddr {},
Expand Down

0 comments on commit 4e054a9

Please sign in to comment.