Moving a head closer to interop
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user