aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-27 18:44:16 +0800
committerobscuren <geffobscura@gmail.com>2014-10-27 18:44:16 +0800
commit272d58662c885ab1cef8930e96fb832ae5377d96 (patch)
treee040eaec5c7e895dd6aaadedbbe30054aaa5e805 /ethutil
parent6623500c6b2e5fe9fa41a1ce75269955af6026e8 (diff)
downloadgo-tangerine-272d58662c885ab1cef8930e96fb832ae5377d96.tar
go-tangerine-272d58662c885ab1cef8930e96fb832ae5377d96.tar.gz
go-tangerine-272d58662c885ab1cef8930e96fb832ae5377d96.tar.bz2
go-tangerine-272d58662c885ab1cef8930e96fb832ae5377d96.tar.lz
go-tangerine-272d58662c885ab1cef8930e96fb832ae5377d96.tar.xz
go-tangerine-272d58662c885ab1cef8930e96fb832ae5377d96.tar.zst
go-tangerine-272d58662c885ab1cef8930e96fb832ae5377d96.zip
Implemented LOG. Closes #159
Diffstat (limited to 'ethutil')
-rw-r--r--ethutil/common.go1
1 files changed, 1 insertions, 0 deletions
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