Hacker News new | ask | show | jobs
by ethernaut70 3250 days ago
What is the difference between the lottery() and manual_lottery() methods in the lottery contract?
1 comments

lottery() is the final method, meaning, its what we want to be called by owner while we still have the result block available. the manual_lottery() was created for testing purposes only and its going to be removed when on production network.