mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
getting rid of another BaseExceptions
This commit is contained in:
parent
e12699ae75
commit
2de8df6758
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue