diff options
Diffstat (limited to 'les/odr.go')
-rw-r--r-- | les/odr.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/les/odr.go b/les/odr.go index 4c05ce7f9..056965772 100644 --- a/les/odr.go +++ b/les/odr.go @@ -19,10 +19,10 @@ package les import ( "context" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/ethdb" - "github.com/dexon-foundation/dexon/light" - "github.com/dexon-foundation/dexon/log" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/ethdb" + "github.com/tangerine-network/go-tangerine/light" + "github.com/tangerine-network/go-tangerine/log" ) // LesOdr implements light.OdrBackend |