aboutsummaryrefslogtreecommitdiffstats
path: root/dex/downloader/governance.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/downloader/governance.go')
-rw-r--r--dex/downloader/governance.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/dex/downloader/governance.go b/dex/downloader/governance.go
index 38281b4a8..70dc3455a 100644
--- a/dex/downloader/governance.go
+++ b/dex/downloader/governance.go
@@ -4,14 +4,14 @@ import (
"fmt"
"sync"
- "github.com/dexon-foundation/dexon/common"
- "github.com/dexon-foundation/dexon/core"
- "github.com/dexon-foundation/dexon/core/state"
- "github.com/dexon-foundation/dexon/core/types"
- "github.com/dexon-foundation/dexon/crypto"
- "github.com/dexon-foundation/dexon/ethdb"
- "github.com/dexon-foundation/dexon/log"
- "github.com/dexon-foundation/dexon/trie"
+ "github.com/tangerine-network/go-tangerine/common"
+ "github.com/tangerine-network/go-tangerine/core"
+ "github.com/tangerine-network/go-tangerine/core/state"
+ "github.com/tangerine-network/go-tangerine/core/types"
+ "github.com/tangerine-network/go-tangerine/crypto"
+ "github.com/tangerine-network/go-tangerine/ethdb"
+ "github.com/tangerine-network/go-tangerine/log"
+ "github.com/tangerine-network/go-tangerine/trie"
)
// governanceDB is backed by memory db for fast sync.