all: switch gas limits from big.Int to uint64
This commit is contained in:
@ -62,7 +62,7 @@ type (
|
||||
|
||||
// Changes to other state values.
|
||||
refundChange struct {
|
||||
prev *big.Int
|
||||
prev uint64
|
||||
}
|
||||
addLogChange struct {
|
||||
txhash common.Hash
|
||||
|
Reference in New Issue
Block a user