electrum

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

commit e06e511e3948691f7aa85a3c34187ac277d1d34a
parent 740159c1f6ee916bc5b4bc0624595e0c478c8ba6
Author: ecdsa <ecdsa@github>
Date:   Tue,  5 Mar 2013 23:10:18 +0100

revert own commit

Diffstat:
Mlib/wallet.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/wallet.py b/lib/wallet.py @@ -389,7 +389,6 @@ class Wallet: return new def synchronize(self): - if self.seed is None: return new = [] for account in self.accounts.keys(): new += self.synchronize_account(account)