Commit c96e504a authored by obscuren's avatar obscuren

Typo

parent 01a6db93
......@@ -56,7 +56,7 @@ func (self *Whisper) NewIdentity() string {
return toHex(self.Whisper.NewIdentity().D.Bytes())
}
func (self *Whisper) HasIdentify(key string) bool {
func (self *Whisper) HasIdentity(key string) bool {
return self.Whisper.HasIdentity(crypto.ToECDSA(fromHex(key)))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment