Removed regular ints from the virtual machine and closures
This commit is contained in:
@ -33,3 +33,9 @@ func CurrencyToString(num *big.Int) string {
|
||||
|
||||
return fmt.Sprintf("%v Wei", num)
|
||||
}
|
||||
|
||||
var (
|
||||
Big1 = big.NewInt(1)
|
||||
Big0 = big.NewInt(0)
|
||||
Big256 = big.NewInt(0xff)
|
||||
)
|
||||
|
Reference in New Issue
Block a user