From 21e12867a451b0357f6b23f51dda45e80e9b8e19 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 15 Aug 2019 01:21:48 -0400 Subject: rewrite import path --- cmd/geth/misccmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/geth/misccmd.go') diff --git a/cmd/geth/misccmd.go b/cmd/geth/misccmd.go index f778515..a960147 100644 --- a/cmd/geth/misccmd.go +++ b/cmd/geth/misccmd.go @@ -23,7 +23,7 @@ import ( "strconv" "strings" - "github.com/Determinant/coreth/cmd/utils" + "github.com/ava-labs/coreth/cmd/utils" "github.com/ethereum/go-ethereum/consensus/ethash" "github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/params" -- cgit v1.2.3