Comment out whisper remove identity stubs
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user