Skip to content

Commit

Permalink
Fix comment date (ethereum#386)
Browse files Browse the repository at this point in the history
Cleaning up comments.
  • Loading branch information
jarmg authored and Joshua Gutow committed Aug 19, 2019
1 parent f960cf7 commit 7782151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract_comm/currency/currency.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func ConvertToGold(val *big.Int, currencyFrom *common.Address) (*big.Int, error)
return Convert(val, currencyFrom, celoGoldAddress)
}

// NOTE (jarmg 4/24/18): values are rounded down which can cause
// NOTE (jarmg 4/24/19): values are rounded down which can cause
// an estimate to be off by 1 (at most)
func Convert(val *big.Int, currencyFrom *common.Address, currencyTo *common.Address) (*big.Int, error) {
exchangeRateFrom, err1 := getExchangeRate(currencyFrom)
Expand Down

0 comments on commit 7782151

Please sign in to comment.