-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Changes: #38
Changes: #38
Conversation
// DONATOR CONSTANTS | ||
// ************************************************************************* | ||
pub mod DonatorConstants { | ||
pub const INICIAL_LEVEL: u32 = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be INITIAL
// ************************************************************************* | ||
pub mod DonatorConstants { | ||
pub const INICIAL_LEVEL: u32 = 1; | ||
pub const INICIAL_MAX_STARKS_DONATION_TO_NEXT_LEVEL: u64 = 10; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of orthography changes, everything else looks good
1- Add donator contract
2-Add donatorManager contract
3-Add error constant
4-Add donator constant
5-Add new constants references in all the contracts 6-Add new comments to separete the code in sections