aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/pss/keystore.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/pss/keystore.go')
-rw-r--r--swarm/pss/keystore.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/swarm/pss/keystore.go b/swarm/pss/keystore.go
index 72e8ebb30..78dd440df 100644
--- a/swarm/pss/keystore.go
+++ b/swarm/pss/keystore.go
@@ -22,11 +22,11 @@ import (
"fmt"
"sync"
- "github.com/dexon-foundation/dexon/common"
- "github.com/dexon-foundation/dexon/crypto"
- "github.com/dexon-foundation/dexon/metrics"
- "github.com/dexon-foundation/dexon/swarm/log"
- whisper "github.com/dexon-foundation/dexon/whisper/whisperv6"
+ "github.com/tangerine-network/go-tangerine/common"
+ "github.com/tangerine-network/go-tangerine/crypto"
+ "github.com/tangerine-network/go-tangerine/metrics"
+ "github.com/tangerine-network/go-tangerine/swarm/log"
+ whisper "github.com/tangerine-network/go-tangerine/whisper/whisperv6"
)
type KeyStore struct {