Skip to content

Commit

Permalink
core: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 committed Aug 3, 2020
1 parent 13534fb commit b6f30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/state_test.go
Expand Up @@ -18,14 +18,14 @@ package state

import (
"bytes"
"github.com/ethereum/go-ethereum/trie"
"math/big"
"testing"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/rawdb"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/trie"
)

var toAddr = common.BytesToAddress
Expand Down

0 comments on commit b6f30bf

Please sign in to comment.