diff options
Diffstat (limited to 'whisper/whisperv5/benchmarks_test.go')
-rw-r--r-- | whisper/whisperv5/benchmarks_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/whisperv5/benchmarks_test.go b/whisper/whisperv5/benchmarks_test.go index dcfbcb56d..aec56dc67 100644 --- a/whisper/whisperv5/benchmarks_test.go +++ b/whisper/whisperv5/benchmarks_test.go @@ -19,7 +19,7 @@ package whisperv5 import ( "testing" - "github.com/ethereum/go-ethereum/crypto" + "github.com/dexon-foundation/dexon/crypto" ) func BenchmarkDeriveKeyMaterial(b *testing.B) { |