From 8c4e5b732d9584ecf9e77a4d93a987adb333d61a Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 29 Aug 2019 14:55:28 -0400 Subject: switch to ava-labs hosted geth --- core/mkalloc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/mkalloc.go') 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 } -- cgit v1.2.3