This commit is contained in:
Jarrad Hope 2019-02-02 23:10:51 +07:00
parent 6492195142
commit 43e4af4eb1
No known key found for this signature in database
GPG Key ID: D549F0EF6ACE1FE7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ contract Meritocracy {
uint256 totalForfeited; // Allocations they've burnt, can be used to show non-active players.
uint256 totalReceived;
uint256 received; // Ignore amounts in Status struct, and use this as source of truth, can withdraw at any time
// bool inPot; // Require Contributor WARN: praiseed because there's some edge cases not dealt with
// bool inPot; // Require Contributor WARN: commented because there's some edge cases not dealt with
Status[] status;
}