aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-13 22:06:27 +0800
committerobscuren <geffobscura@gmail.com>2014-06-13 22:06:27 +0800
commit81245473486dd680b7121d4b227ca8a57d07b4b1 (patch)
tree0462828a95c3c1af684dc32fdcc15b26772fe762 /ethutil
parentc734dde982c4ce778afa074e94efb09e552dbd84 (diff)
downloadgo-tangerine-81245473486dd680b7121d4b227ca8a57d07b4b1.tar
go-tangerine-81245473486dd680b7121d4b227ca8a57d07b4b1.tar.gz
go-tangerine-81245473486dd680b7121d4b227ca8a57d07b4b1.tar.bz2
go-tangerine-81245473486dd680b7121d4b227ca8a57d07b4b1.tar.lz
go-tangerine-81245473486dd680b7121d4b227ca8a57d07b4b1.tar.xz
go-tangerine-81245473486dd680b7121d4b227ca8a57d07b4b1.tar.zst
go-tangerine-81245473486dd680b7121d4b227ca8a57d07b4b1.zip
Moving a head closer to interop
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 ddaf78f88..f63ba5d83 100644
--- a/ethutil/common.go
+++ b/ethutil/common.go
@@ -47,7 +47,7 @@ func CurrencyToString(num *big.Int) string {
// Common big integers often used
var (
Big1 = big.NewInt(1)
- Big2 = big.NewInt(1)
+ Big2 = big.NewInt(2)
Big0 = big.NewInt(0)
Big32 = big.NewInt(32)
Big256 = big.NewInt(0xff)