We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e424878 commit 2bf11cdCopy full SHA for 2bf11cd
1 file changed
README.md
@@ -329,8 +329,8 @@ Run tests with different verbosity levels:
329
## Custom Errors
330
* `Raffle__SendMoreEThToEnterRaffle()` - Insufficient entrance fee
331
* `Raffle__TransferFailed() - ETH transfer to winner failed
332
-* `Raffle__RaffleNotOpen()` - Conditions not met for upkeep
333
-* `Raffle_UpkeepNotNeeded()`
+* `Raffle__RaffleNotOpen()` - Raffle is calculating winner (calculating State)
+* `Raffle__UpkeepNotNeeded()` - Conditions not met for upkeep.
334
335
## Gas Optimization
336
* Optimized iteration and data structure operations.
0 commit comments