From d056357e4999c6c70c8b8e85a9e4f533895ed6c2 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 26 Sep 2018 10:48:31 +0800 Subject: Change import go github.com/dexon-foundation/dexon --- internal/jsre/jsre.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/jsre/jsre.go') diff --git a/internal/jsre/jsre.go b/internal/jsre/jsre.go index 4c7664f1c..78f0aa503 100644 --- a/internal/jsre/jsre.go +++ b/internal/jsre/jsre.go @@ -26,8 +26,8 @@ import ( "math/rand" "time" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/internal/jsre/deps" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/internal/jsre/deps" "github.com/robertkrimen/otto" ) -- cgit v1.2.3