1
0

dialog for updating aliases

This commit is contained in:
thomasv
2012-02-03 17:17:33 +01:00
parent 8de53f7f45
commit 3112385dd1
2 changed files with 35 additions and 17 deletions

View File

@@ -733,7 +733,7 @@ class Wallet:
s = self.aliases.get(x)
if s:
if s != xx:
raise BaseException("error:alias does not match previous value")
raise BaseException( xx )
else:
self.aliases[x] = xx