We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Funkcja jest podatna na
Gas Limit Exceeded
należy zastosować pull payment http://solidity.readthedocs.io/en/v0.4.24/common-patterns.html
The text was updated successfully, but these errors were encountered:
Ponadto:
function selectWinners() public isOwner returns(uint) { uint chosen = randomNumber(10);
tu ma być chyba
uint chosen = randomNumber(100)+1;
Sorry, something went wrong.
@adamskrodzki Zgadza się.
@adamskrodzki Poprawiłem rażące błędy i uprościłem trochę wymagania (wypłata całej kwoty i jednorazowa loteria).
No branches or pull requests
Funkcja jest podatna na
Gas Limit Exceeded
należy zastosować pull payment
http://solidity.readthedocs.io/en/v0.4.24/common-patterns.html
The text was updated successfully, but these errors were encountered: