minor fix
This commit is contained in:
@@ -1766,7 +1766,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||||||
if not bitcoin.is_p2pkh(address):
|
if not bitcoin.is_p2pkh(address):
|
||||||
self.show_message('Cannot sign messages with this type of address.')
|
self.show_message('Cannot sign messages with this type of address.')
|
||||||
return
|
return
|
||||||
if not wallet.is_mine(address):
|
if not self.wallet.is_mine(address):
|
||||||
self.show_message('Address not in wallet.')
|
self.show_message('Address not in wallet.')
|
||||||
return
|
return
|
||||||
task = partial(self.wallet.sign_message, address, message, password)
|
task = partial(self.wallet.sign_message, address, message, password)
|
||||||
|
|||||||
Reference in New Issue
Block a user