From c9c5c0d3bdd334c54d517ffd48aae75ff4f8bd0c Mon Sep 17 00:00:00 2001 From: thomasv Date: Wed, 2 May 2012 18:12:32 +0200 Subject: [PATCH] fix --- wallet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet.py b/wallet.py index a4fc3f93..8c79ee25 100644 --- a/wallet.py +++ b/wallet.py @@ -251,6 +251,7 @@ class Wallet: self.gap_limit = 5 # configuration self.fee = 100000 + self.num_zeros = 0 self.master_public_key = '' # saved fields