lesson-9 testnet testing failed
#2486
-
Hi! when i run |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 20 replies
-
You are waiting for an event named |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Is this solved? |
Beta Was this translation helpful? Give feedback.
-
Hey @MasterofBlockchain on line 25 you are using |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Hey @MasterofBlockchain on line 25 you are using
raffle.once()
but your contract is tied tolottery
notraffle
(I totally missed that lol).Change
raffle.once()
tolottery.once()