File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 7
7
"github.com/ethereum/go-ethereum/common"
8
8
"github.com/ethereum/go-ethereum/core/tracing"
9
9
"github.com/ethereum/go-ethereum/core/vm"
10
- "github.com/holiman/uint256"
11
10
12
11
"github.com/cosmos/evm/x/vm/statedb"
13
12
@@ -35,16 +34,6 @@ const (
35
34
Add
36
35
)
37
36
38
- type BalanceChangeEntry struct {
39
- Account common.Address
40
- Amount * uint256.Int
41
- Op Operation
42
- }
43
-
44
- func NewBalanceChangeEntry (acc common.Address , amt * uint256.Int , op Operation ) BalanceChangeEntry {
45
- return BalanceChangeEntry {acc , amt , op }
46
- }
47
-
48
37
// RequiredGas calculates the base minimum required gas for a transaction or a query.
49
38
// It uses the method ID to determine if the input is a transaction or a query and
50
39
// uses the Cosmos SDK gas config flat cost and the flat per byte cost * len(argBz) to calculate the gas.
You can’t perform that action at this time.
0 commit comments