diff options
Diffstat (limited to 'common/big.go')
-rw-r--r-- | common/big.go | 1 |
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 |