diff options
Diffstat (limited to 'eth/gen_config.go')
-rw-r--r-- | eth/gen_config.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eth/gen_config.go b/eth/gen_config.go index b4020bf..7d54b6b 100644 --- a/eth/gen_config.go +++ b/eth/gen_config.go @@ -6,13 +6,13 @@ import ( "math/big" "time" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/consensus/ethash" - "github.com/ethereum/go-ethereum/core" - "github.com/ethereum/go-ethereum/eth/downloader" - "github.com/ethereum/go-ethereum/eth/gasprice" + "github.com/ava-labs/go-ethereum/common" + "github.com/ava-labs/go-ethereum/consensus/ethash" + "github.com/ava-labs/go-ethereum/core" + "github.com/ava-labs/go-ethereum/eth/downloader" + "github.com/ava-labs/go-ethereum/eth/gasprice" "github.com/ava-labs/coreth/miner" - "github.com/ethereum/go-ethereum/params" + "github.com/ava-labs/go-ethereum/params" ) // MarshalTOML marshals as TOML. |