commit c9c5c0d3bdd334c54d517ffd48aae75ff4f8bd0c parent a3d4c575c63d984b8f98ba72e7f66fa13bae9f53 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(-)
diff --git 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