diff options
Diffstat (limited to 'les/bloombits.go')
-rw-r--r-- | les/bloombits.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/les/bloombits.go b/les/bloombits.go index aea0fcd5f..6d0142c21 100644 --- a/les/bloombits.go +++ b/les/bloombits.go @@ -19,8 +19,8 @@ package les import ( "time" - "github.com/ethereum/go-ethereum/common/bitutil" - "github.com/ethereum/go-ethereum/light" + "github.com/dexon-foundation/dexon/common/bitutil" + "github.com/dexon-foundation/dexon/light" ) const ( |