aboutsummaryrefslogtreecommitdiff
path: root/core/mkalloc.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/mkalloc.go')
-rw-r--r--core/mkalloc.go4
1 files changed, 2 insertions, 2 deletions
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 }