aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-16 06:27:35 +0800
committerobscuren <geffobscura@gmail.com>2015-05-16 06:27:35 +0800
commit4b2ee6c30c5c4cacda23db4b2d18db37868492b7 (patch)
treed898e2b20a6c2e0b5613ae7f669499c5db23b719 /common
parentd116b9595cf6424293cc94d0dbe78153da860727 (diff)
parent7ea76fcf993f3fecb55233bdcc2409618d9080b9 (diff)
downloaddexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar
dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.gz
dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.bz2
dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.lz
dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.xz
dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.zst
dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.zip
Merge branch 'release/0.9.21' into develop
Diffstat (limited to 'common')
-rw-r--r--common/big.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/big.go b/common/big.go
index e8057acf6..3257b179d 100644
--- a/common/big.go
+++ b/common/big.go
@@ -13,6 +13,7 @@ var (
Big32 = big.NewInt(32)
Big256 = big.NewInt(0xff)
Big257 = big.NewInt(257)
+ MaxBig = String2Big("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")
)
// Big pow