Skip to content

Commit

Permalink
Update rouleth.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunjin committed Jun 28, 2016
1 parent 60332a0 commit e7253ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rouleth.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contract Rouleth
blockDelay=2; //delay to wait between bet and spin
blockExpiration=200; //delay after which gamble expires
maxGamble=500 finney; //configurable max bet
maxBetsPerBlock=4; // limit of bets per block, to prevent multiple bets per miners
maxBetsPerBlock=5; // limit of bets per block, to prevent multiple bets per miners
casinoStatisticalLimit=20;
}

Expand Down Expand Up @@ -606,7 +606,7 @@ modifier expireGambles{
uint256 time;
}

Investor[300] private investors ;
Investor[250] private investors ;
//Balances of the investors
mapping (address=>uint256) balance;
//Investor lockPeriod
Expand Down

0 comments on commit e7253ea

Please sign in to comment.