diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-17 21:11:01 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-17 21:11:01 +0800 |
commit | fe819f3b9f7a2d8d842c53b7269ccceace533569 (patch) | |
tree | f9e8d1214ea431cae5831b56653123e51d3307ee /xeth/whisper.go | |
parent | 176115e22ecc5e86179784ba5027c84e538423c4 (diff) | |
download | dexon-fe819f3b9f7a2d8d842c53b7269ccceace533569.tar.gz dexon-fe819f3b9f7a2d8d842c53b7269ccceace533569.tar.zst dexon-fe819f3b9f7a2d8d842c53b7269ccceace533569.zip |
Comment out whisper remove identity stubs
Diffstat (limited to 'xeth/whisper.go')
-rw-r--r-- | xeth/whisper.go | 6 |
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{ |