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/core/vm"
|
||||||
"github.com/ethereum/go-ethereum/triedb"
|
"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) {
|
func TestLoadChain(t *testing.T) {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package small
|
package small
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/cerc-io/eth-testing/chaindata"
|
"github.com/cerc-io/eth-testing/chains"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package small2
|
package small2
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/cerc-io/eth-testing/chaindata"
|
"github.com/cerc-io/eth-testing/chains"
|
||||||
"github.com/cerc-io/eth-testing/utils"
|
"github.com/cerc-io/eth-testing/utils"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user