aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-13 07:25:45 +0800
committerobscuren <geffobscura@gmail.com>2015-01-13 07:25:45 +0800
commit750d70c2024784227c8ac920d651c337c2de207e (patch)
treeec792564d4fae7a1d8d84ef1019027a9e6791476 /ethutil
parent34689cb3f369ad71164b81d0c05238d78cb67945 (diff)
downloadgo-tangerine-750d70c2024784227c8ac920d651c337c2de207e.tar
go-tangerine-750d70c2024784227c8ac920d651c337c2de207e.tar.gz
go-tangerine-750d70c2024784227c8ac920d651c337c2de207e.tar.bz2
go-tangerine-750d70c2024784227c8ac920d651c337c2de207e.tar.lz
go-tangerine-750d70c2024784227c8ac920d651c337c2de207e.tar.xz
go-tangerine-750d70c2024784227c8ac920d651c337c2de207e.tar.zst
go-tangerine-750d70c2024784227c8ac920d651c337c2de207e.zip
updated tests
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 0a29cac6c..271c56fd5 100644
--- a/ethutil/common.go
+++ b/ethutil/common.go
@@ -84,4 +84,5 @@ var (
BigFalse = Big0
Big32 = big.NewInt(32)
Big256 = big.NewInt(0xff)
+ Big257 = big.NewInt(257)
)