diff --git a/contracts/Bets.sol b/contracts/Bets.sol index 6647ec7..fd06ee3 100644 --- a/contracts/Bets.sol +++ b/contracts/Bets.sol @@ -65,6 +65,7 @@ contract Bets { } function searchGame(string descr) constant returns (uint index) { + // What if there is millions of games? Maybe searches should take constant time whenever possible. for (var i=0; i