This commit is contained in:
thomasv 2012-02-07 15:37:27 +01:00
parent 8e5b385f77
commit deb6f80d09
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ class BitcoinGUI:
if auth_name is None:
a = self.wallet.aliases.get(alias)
if not a:
msg = "Warning: the alias '%s' is self-signed. Do you want to trust the address %s for this alias?"%(alias,signing_address)
msg = "Warning: the alias '%s' is self-signed. The signing address is %s. Do you want to trust this alias?"%(alias,signing_address)
if interactive and self.question( msg ):
self.wallet.aliases[alias] = (signing_address, target)
else: