aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisper.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-14 07:25:47 +0800
committerobscuren <geffobscura@gmail.com>2015-02-14 07:25:47 +0800
commit84f7c966f725ef0f5c62b4427857d112c0d1e828 (patch)
tree22eb1d46333f5cc32b92cb143599821e9861d462 /whisper/whisper.go
parent396f1a0a33aaa0acf0f1381471c37dabb3caa94e (diff)
downloaddexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.tar
dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.tar.gz
dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.tar.bz2
dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.tar.lz
dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.tar.xz
dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.tar.zst
dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.zip
Moved ECIES to repo & added secondary title for webview
* ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle
Diffstat (limited to 'whisper/whisper.go')
-rw-r--r--whisper/whisper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/whisper.go b/whisper/whisper.go
index 066f2c4ea..50c2f98fd 100644
--- a/whisper/whisper.go
+++ b/whisper/whisper.go
@@ -8,10 +8,10 @@ import (
"time"
"github.com/ethereum/go-ethereum/crypto"
+ "github.com/ethereum/go-ethereum/crypto/ecies"
"github.com/ethereum/go-ethereum/event/filter"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p"
- "github.com/obscuren/ecies"
"gopkg.in/fatih/set.v0"
)