Expose GasLimit to ethPub

This commit is contained in:
Maran
2014-06-11 10:28:18 +02:00
parent bdc206885a
commit 97cc762143
2 changed files with 3 additions and 2 deletions

View File

@ -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 {