From 675a9441784b14ee4bd996832c4431adc291c5af Mon Sep 17 00:00:00 2001
From: Jhih-Ming Huang <jm@dexon.org>
Date: Wed, 10 Apr 2019 22:29:35 +0800
Subject: fixup! Change import go github.com/dexon-foundation/dexon

---
 light/lightchain.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'light')

diff --git a/light/lightchain.go b/light/lightchain.go
index 7528ef5f8..016733c99 100644
--- a/light/lightchain.go
+++ b/light/lightchain.go
@@ -24,6 +24,8 @@ import (
 	"sync/atomic"
 	"time"
 
+	lru "github.com/hashicorp/golang-lru"
+
 	"github.com/dexon-foundation/dexon/common"
 	"github.com/dexon-foundation/dexon/consensus"
 	"github.com/dexon-foundation/dexon/core"
@@ -35,7 +37,6 @@ import (
 	"github.com/dexon-foundation/dexon/log"
 	"github.com/dexon-foundation/dexon/params"
 	"github.com/dexon-foundation/dexon/rlp"
-	"github.com/hashicorp/golang-lru"
 )
 
 var (
-- 
cgit v1.2.3