Commit cd47fbe9 by Manuel Araoz

Improve `Crowdsale#rate` documentation

parent de92a021
...@@ -24,7 +24,7 @@ contract Crowdsale { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment