diff options
Diffstat (limited to 'swarm/storage/feed/sign.go')
-rw-r--r-- | swarm/storage/feed/sign.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/storage/feed/sign.go b/swarm/storage/feed/sign.go index 5f0ea0b33..ded0d90b7 100644 --- a/swarm/storage/feed/sign.go +++ b/swarm/storage/feed/sign.go @@ -19,8 +19,8 @@ package feed import ( "crypto/ecdsa" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/crypto" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/crypto" ) const signatureLength = 65 |