diff options
Diffstat (limited to 'light/odr.go')
-rw-r--r-- | light/odr.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/light/odr.go b/light/odr.go index 5db271100..5a23e1795 100644 --- a/light/odr.go +++ b/light/odr.go @@ -23,11 +23,11 @@ import ( "errors" "math/big" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/core/rawdb" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/ethdb" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/core/rawdb" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/ethdb" ) // NoOdr is the default context passed to an ODR capable function when the ODR |