From f56cf5807f70729f369c1b10230b594f158193ec Mon Sep 17 00:00:00 2001 From: Juancheng Rong Date: Sat, 10 Mar 2018 21:48:59 -0800 Subject: [PATCH] Minor Typo Fix Minor Typo Fix --- contracts/MilestonePricing.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/MilestonePricing.sol b/contracts/MilestonePricing.sol index 3d8291a0..882cade4 100644 --- a/contracts/MilestonePricing.sol +++ b/contracts/MilestonePricing.sol @@ -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; }