diff --git a/ui/qt/qwhisper/whisper.go b/ui/qt/qwhisper/whisper.go
index 3e1ca7ab95b6aad8991ee368a4411d10ff878842..62c4c743bde029b48d017ae9b82d61d0258c09fc 100644
--- a/ui/qt/qwhisper/whisper.go
+++ b/ui/qt/qwhisper/whisper.go
@@ -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)))
 }