diff options
Diffstat (limited to 'eth/bloombits.go')
-rw-r--r-- | eth/bloombits.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/eth/bloombits.go b/eth/bloombits.go index 989ed23cb..203bc925f 100644 --- a/eth/bloombits.go +++ b/eth/bloombits.go @@ -20,13 +20,13 @@ import ( "context" "time" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/bitutil" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/core/bloombits" - "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/common/bitutil" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/core/bloombits" + "github.com/tangerine-network/go-tangerine/core/rawdb" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/ethdb" ) const ( |