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 900be0544..5db271100 100644 --- a/light/odr.go +++ b/light/odr.go @@ -23,11 +23,11 @@ import ( "errors" "math/big" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core" - "github.com/ethereum/go-ethereum/core/rawdb" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/ethdb" + "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" ) // NoOdr is the default context passed to an ODR capable function when the ODR |