Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TokenMarketNet/ico
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed May 17, 2018
2 parents e0fea1a + 39065de commit 360a51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/MilestonePricing.sol
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
2 changes: 1 addition & 1 deletion contracts/TokenVault.sol
Expand Up @@ -87,7 +87,7 @@ contract TokenVault is Ownable, Recoverable {

owner = _owner;

// Invalid owenr
// Invalid owner
if(owner == 0) {
throw;
}
Expand Down

0 comments on commit 360a51c

Please sign in to comment.