From 78745551c077bf54151202138c2629f288769561 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 15 Sep 2020 23:55:34 -0400 Subject: WIP: geth-tavum --- core/mkalloc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/mkalloc.go') diff --git a/core/mkalloc.go b/core/mkalloc.go index 35716a2..f443f9c 100644 --- a/core/mkalloc.go +++ b/core/mkalloc.go @@ -35,7 +35,7 @@ import ( "strconv" "github.com/ava-labs/coreth/core" - "github.com/ava-labs/go-ethereum/rlp" + "github.com/ethereum/go-ethereum/rlp" ) type allocItem struct{ Addr, Balance *big.Int } -- cgit v1.2.3