diff options
Diffstat (limited to 'les/freeclient.go')
-rw-r--r-- | les/freeclient.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/les/freeclient.go b/les/freeclient.go index 5ee607be8..10c7bba35 100644 --- a/les/freeclient.go +++ b/les/freeclient.go @@ -23,11 +23,11 @@ import ( "sync" "time" - "github.com/ethereum/go-ethereum/common/mclock" - "github.com/ethereum/go-ethereum/common/prque" - "github.com/ethereum/go-ethereum/ethdb" - "github.com/ethereum/go-ethereum/log" - "github.com/ethereum/go-ethereum/rlp" + "github.com/dexon-foundation/dexon/common/mclock" + "github.com/dexon-foundation/dexon/common/prque" + "github.com/dexon-foundation/dexon/ethdb" + "github.com/dexon-foundation/dexon/log" + "github.com/dexon-foundation/dexon/rlp" ) // freeClientPool implements a client database that limits the connection time |