aboutsummaryrefslogtreecommitdiffstats
path: root/xeth
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-17 21:11:01 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-17 21:11:01 +0800
commitfe819f3b9f7a2d8d842c53b7269ccceace533569 (patch)
treef9e8d1214ea431cae5831b56653123e51d3307ee /xeth
parent176115e22ecc5e86179784ba5027c84e538423c4 (diff)
downloadgo-tangerine-fe819f3b9f7a2d8d842c53b7269ccceace533569.tar
go-tangerine-fe819f3b9f7a2d8d842c53b7269ccceace533569.tar.gz
go-tangerine-fe819f3b9f7a2d8d842c53b7269ccceace533569.tar.bz2
go-tangerine-fe819f3b9f7a2d8d842c53b7269ccceace533569.tar.lz
go-tangerine-fe819f3b9f7a2d8d842c53b7269ccceace533569.tar.xz
go-tangerine-fe819f3b9f7a2d8d842c53b7269ccceace533569.tar.zst
go-tangerine-fe819f3b9f7a2d8d842c53b7269ccceace533569.zip
Comment out whisper remove identity stubs
Diffstat (limited to 'xeth')
-rw-r--r--xeth/whisper.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/xeth/whisper.go b/xeth/whisper.go
index eb5fc789c..c0be4c392 100644
--- a/xeth/whisper.go
+++ b/xeth/whisper.go
@@ -63,9 +63,9 @@ func (self *Whisper) HasIdentity(key string) bool {
return self.Whisper.HasIdentity(crypto.ToECDSAPub(common.FromHex(key)))
}
-func (self *Whisper) RemoveIdentity(key string) bool {
- return self.Whisper.RemoveIdentity(crypto.ToECDSAPub(common.FromHex(key)))
-}
+// func (self *Whisper) RemoveIdentity(key string) bool {
+// return self.Whisper.RemoveIdentity(crypto.ToECDSAPub(common.FromHex(key)))
+// }
func (self *Whisper) Watch(opts *Options) int {
filter := whisper.Filter{