Comment out whisper remove identity stubs

This commit is contained in:
Taylor Gerring
2015-03-17 09:11:01 -04:00
parent 176115e22e
commit fe819f3b9f
3 changed files with 21 additions and 21 deletions

View File

@ -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{