electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit c006678289431dbe2998d05c00d4c05ea58b27c0
parent 5a76a0fc951371440216f4c7aab25f5b2f006ccd
Author: ThomasV <thomasv@gitorious>
Date:   Sun, 31 May 2015 15:00:43 +0200

fix indent

Diffstat:
Mlib/util.py | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/util.py b/lib/util.py @@ -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)