From fe819f3b9f7a2d8d842c53b7269ccceace533569 Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Tue, 17 Mar 2015 09:11:01 -0400 Subject: Comment out whisper remove identity stubs --- xeth/whisper.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xeth/whisper.go') 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{ -- cgit v1.2.3