Skip to content

Commit 3bea62d

Browse files
committed
goimports
1 parent dd07018 commit 3bea62d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/state_transition.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ package core
1919
import (
2020
"bytes"
2121
"fmt"
22+
"math"
23+
"math/big"
24+
2225
"github.com/ethereum/go-ethereum/common"
2326
"github.com/ethereum/go-ethereum/core/tracing"
2427
"github.com/ethereum/go-ethereum/core/types"
2528
"github.com/ethereum/go-ethereum/core/vm"
2629
"github.com/ethereum/go-ethereum/crypto/kzg4844"
2730
"github.com/ethereum/go-ethereum/params"
2831
"github.com/holiman/uint256"
29-
"math"
30-
"math/big"
3132
)
3233

3334
// ExecutionResult includes all output after executing given evm

0 commit comments

Comments
 (0)