From 43e4af4eb124e6b89722258cba71793b78921e22 Mon Sep 17 00:00:00 2001 From: Jarrad Hope Date: Sat, 2 Feb 2019 23:10:51 +0700 Subject: [PATCH] typo --- contracts/Meritocracy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Meritocracy.sol b/contracts/Meritocracy.sol index cc0b4a3..05bb630 100644 --- a/contracts/Meritocracy.sol +++ b/contracts/Meritocracy.sol @@ -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; }