diff options
Diffstat (limited to 'ethutil')
-rw-r--r-- | ethutil/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/common.go b/ethutil/common.go index c7973eb92..ddaf78f88 100644 --- a/ethutil/common.go +++ b/ethutil/common.go @@ -18,8 +18,8 @@ var ( Wei = big.NewInt(1) ) -// Currency to string // +// Currency to string // Returns a string representing a human readable format func CurrencyToString(num *big.Int) string { switch { |