fix indent

This commit is contained in:
ThomasV 2015-05-31 15:00:43 +02:00
parent 5a76a0fc95
commit c006678289
1 changed files with 3 additions and 3 deletions

View File

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