refactor
This commit is contained in:
parent
1c7e246911
commit
645cb4c8a7
@ -9,7 +9,7 @@ import (
|
||||
"github.com/ethereum/go-ethereum/core/vm"
|
||||
"github.com/ethereum/go-ethereum/triedb"
|
||||
|
||||
"github.com/cerc-io/eth-testing/chaindata/mainnet"
|
||||
"github.com/cerc-io/eth-testing/chains/mainnet"
|
||||
)
|
||||
|
||||
func TestLoadChain(t *testing.T) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
package small
|
||||
|
||||
import (
|
||||
"github.com/cerc-io/eth-testing/chaindata"
|
||||
"github.com/cerc-io/eth-testing/chains"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -1,7 +1,7 @@
|
||||
package small2
|
||||
|
||||
import (
|
||||
"github.com/cerc-io/eth-testing/chaindata"
|
||||
"github.com/cerc-io/eth-testing/chains"
|
||||
"github.com/cerc-io/eth-testing/utils"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user