tfix - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c9c5c0d3bdd334c54d517ffd48aae75ff4f8bd0c DIR parent a3d4c575c63d984b8f98ba72e7f66fa13bae9f53 HTML Author: thomasv <thomasv@gitorious> Date: Wed, 2 May 2012 18:12:32 +0200 fix Diffstat: M wallet.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/wallet.py b/wallet.py t@@ -251,6 +251,7 @@ class Wallet: self.gap_limit = 5 # configuration self.fee = 100000 + self.num_zeros = 0 self.master_public_key = '' # saved fields