Price changed

This commit is contained in:
Jordi Baylina 2017-05-23 13:54:42 +02:00
parent 34497e2012
commit 34ed5ba686
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import "./SafeMath.sol";
contract StatusContribution is Owned, SafeMath {
uint constant public failSafe = 250000 ether;
uint constant public price = 10**18 / 1000;
uint constant public price = 10**18 / 10000;
MiniMeToken public SGT;
MiniMeToken public SNT;