aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-06-11 16:28:18 +0800
committerMaran <maran.hidskes@gmail.com>2014-06-11 16:28:18 +0800
commit97cc76214350b3ef9b0c15f53d06c684e01ede37 (patch)
tree21fd1b21d22f502dbb57371b948739f95980f59b /ethutil
parentbdc206885a1d9c730464f60ec65557403720be1e (diff)
downloadgo-tangerine-97cc76214350b3ef9b0c15f53d06c684e01ede37.tar
go-tangerine-97cc76214350b3ef9b0c15f53d06c684e01ede37.tar.gz
go-tangerine-97cc76214350b3ef9b0c15f53d06c684e01ede37.tar.bz2
go-tangerine-97cc76214350b3ef9b0c15f53d06c684e01ede37.tar.lz
go-tangerine-97cc76214350b3ef9b0c15f53d06c684e01ede37.tar.xz
go-tangerine-97cc76214350b3ef9b0c15f53d06c684e01ede37.tar.zst
go-tangerine-97cc76214350b3ef9b0c15f53d06c684e01ede37.zip
Expose GasLimit to ethPub
Diffstat (limited to 'ethutil')
-rw-r--r--ethutil/common.go2
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 {