From 272d58662c885ab1cef8930e96fb832ae5377d96 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 27 Oct 2014 11:44:16 +0100 Subject: Implemented LOG. Closes #159 --- ethutil/common.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ethutil') diff --git a/ethutil/common.go b/ethutil/common.go index 8532d80f2..e60f237cf 100644 --- a/ethutil/common.go +++ b/ethutil/common.go @@ -77,6 +77,7 @@ func CurrencyToString(num *big.Int) string { var ( Big1 = big.NewInt(1) Big2 = big.NewInt(2) + Big3 = big.NewInt(3) Big0 = big.NewInt(0) BigTrue = Big1 BigFalse = Big0 -- cgit