|
|
|
@ -477,8 +477,8 @@ class Contacts(StoreDict): |
|
|
|
_type, addr = self[k] |
|
|
|
_type, addr = self[k] |
|
|
|
if _type == 'address': |
|
|
|
if _type == 'address': |
|
|
|
return addr |
|
|
|
return addr |
|
|
|
out = run_hook('resolve_address', k) |
|
|
|
out = run_hook('resolve_address', k) |
|
|
|
if out: |
|
|
|
if out: |
|
|
|
return out |
|
|
|
return out |
|
|
|
raise Exception("invalid Bitcoin address", k) |
|
|
|
raise Exception("invalid Bitcoin address", k) |
|
|
|
|
|
|
|
|
|
|
|
|