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
This is a safer default option, in particular if the deploy of admin contract and token contract is not atomic.
Token issuers should be able to start the tokens unpaused, but that should be a conscious choice.
The text was updated successfully, but these errors were encountered:
Adapt tests to having tokens start paused
8a3534f
- Added a test that tokens indeed are not minted before calling `resume()` - Make sure the existing tests pass, by resuming the tokens Fixes #67
ee4fc66
kantp
Successfully merging a pull request may close this issue.
This is a safer default option, in particular if the deploy of admin contract and token contract is not atomic.
Token issuers should be able to start the tokens unpaused, but that should be a conscious choice.
The text was updated successfully, but these errors were encountered: