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 10c7bba35..52589e463 100644 --- a/les/freeclient.go +++ b/les/freeclient.go @@ -23,11 +23,11 @@ import ( "sync" "time" - "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" + "github.com/tangerine-network/go-tangerine/common/mclock" + "github.com/tangerine-network/go-tangerine/common/prque" + "github.com/tangerine-network/go-tangerine/ethdb" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/rlp" ) // freeClientPool implements a client database that limits the connection time |