aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-16 00:28:51 +0800
committerobscuren <geffobscura@gmail.com>2014-12-16 00:28:51 +0800
commitc96e504adb4a547b5e293d6930626cf2f9401ac2 (patch)
tree371abf61d221e6f39441b986ff65dc69318b1822 /ui
parent01a6db93241a01e98a0467b628423c9b5b1361cb (diff)
downloaddexon-c96e504adb4a547b5e293d6930626cf2f9401ac2.tar
dexon-c96e504adb4a547b5e293d6930626cf2f9401ac2.tar.gz
dexon-c96e504adb4a547b5e293d6930626cf2f9401ac2.tar.bz2
dexon-c96e504adb4a547b5e293d6930626cf2f9401ac2.tar.lz
dexon-c96e504adb4a547b5e293d6930626cf2f9401ac2.tar.xz
dexon-c96e504adb4a547b5e293d6930626cf2f9401ac2.tar.zst
dexon-c96e504adb4a547b5e293d6930626cf2f9401ac2.zip
Typo
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/qwhisper/whisper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/qwhisper/whisper.go b/ui/qt/qwhisper/whisper.go
index 3e1ca7ab9..62c4c743b 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)))
}