|
@@ -24,7 +24,7 @@ contract Crowdsale {
|
|
// address where funds are collected
|
|
// address where funds are collected
|
|
address public wallet;
|
|
address public wallet;
|
|
|
|
|
|
- // token to ETH conversion rate
|
|
|
|
|
|
+ // how many token units a buyer gets per wei
|
|
uint256 public rate;
|
|
uint256 public rate;
|
|
|
|
|
|
// amount of raised money in wei
|
|
// amount of raised money in wei
|