From 220b1f4d8b46bbd3b1484bd56c22082998979f1f Mon Sep 17 00:00:00 2001 From: WangJun <75415837+vangjvn@users.noreply.github.com> Date: Thu, 23 Dec 2021 15:00:59 +0800 Subject: [PATCH] Update account.go --- cmd/devchain/account.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/devchain/account.go b/cmd/devchain/account.go index c0f4c073..61aae483 100644 --- a/cmd/devchain/account.go +++ b/cmd/devchain/account.go @@ -10,8 +10,8 @@ import ( "github.com/ethereum/go-ethereum/accounts/keystore" ethUtils "github.com/ethereum/go-ethereum/cmd/utils" - "github.com/second-state/devchain/server/commands" - "github.com/second-state/devchain/vm/cmd/utils" + "github.com/vangjvn/devchain/server/commands" + "github.com/vangjvn/devchain/vm/cmd/utils" ) var accountCmd = &cobra.Command{