diff options
Diffstat (limited to 'internal/jsre/jsre.go')
-rw-r--r-- | internal/jsre/jsre.go | 4 |
1 files changed, 2 insertions, 2 deletions
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" ) |