Skip to content

Commit

Permalink
Merge pull request TokenMarketNet#122 from rongjc/master
Browse files Browse the repository at this point in the history
Minor Typo Fix
  • Loading branch information
miohtama authored May 17, 2018
2 parents a6dd217 + f56cf58 commit 39065de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/MilestonePricing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract MilestonePricing is PricingStrategy, Ownable {
// UNIX timestamp when this milestone kicks in
uint time;

// How many tokens per satoshi you will get after this milestone has been passed
// How many tokens per wei you will get after this milestone has been passed
uint price;
}

Expand Down

0 comments on commit 39065de

Please sign in to comment.