Browse Source

getting rid of another BaseExceptions

283
Jimbo77 13 years ago
parent
commit
2de8df6758
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -994,7 +994,7 @@ class Wallet:
self.verify_message(previous, signature, "alias:%s:%s"%(alias,target))
if not self.is_valid(target):
raise BaseException("Invalid bitcoin address")
raise ValueError("Invalid bitcoin address")
return target, signing_addr, auth_name

Loading…
Cancel
Save