diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/genesis.go | 18 | ||||
-rw-r--r-- | core/mkalloc.go | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/core/genesis.go b/core/genesis.go index b421e08..149e3d0 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -24,15 +24,15 @@ import ( "math/big" "strings" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/common/hexutil" - "github.com/ethereum/go-ethereum/core/rawdb" - "github.com/ethereum/go-ethereum/core/state" - "github.com/ethereum/go-ethereum/ethdb" - "github.com/ethereum/go-ethereum/log" - "github.com/ethereum/go-ethereum/params" - "github.com/ethereum/go-ethereum/rlp" - "github.com/ethereum/go-ethereum/core" + "github.com/ava-labs/go-ethereum/common" + "github.com/ava-labs/go-ethereum/common/hexutil" + "github.com/ava-labs/go-ethereum/core/rawdb" + "github.com/ava-labs/go-ethereum/core/state" + "github.com/ava-labs/go-ethereum/ethdb" + "github.com/ava-labs/go-ethereum/log" + "github.com/ava-labs/go-ethereum/params" + "github.com/ava-labs/go-ethereum/rlp" + "github.com/ava-labs/go-ethereum/core" ) var errGenesisNoConfig = errors.New("genesis has no chain configuration") diff --git a/core/mkalloc.go b/core/mkalloc.go index 5118a4f..0faf47b 100644 --- a/core/mkalloc.go +++ b/core/mkalloc.go @@ -34,8 +34,8 @@ import ( "sort" "strconv" - "github.com/ethereum/go-ethereum/core" - "github.com/ethereum/go-ethereum/rlp" + "github.com/ava-labs/go-ethereum/core" + "github.com/ava-labs/go-ethereum/rlp" ) type allocItem struct{ Addr, Balance *big.Int } |