URI: 
       tparam to addresses is optional - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 5f4bcb420b652b38eaa94755338b5d3f1efa69be
   DIR parent be307553b8b2d6a3b43c44277913ef817bd7515e
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 13 Sep 2014 14:54:02 +0200
       
       param to addresses is optional
       
       Diffstat:
         M lib/wallet.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -1335,7 +1335,7 @@ class BIP32_HD_Wallet(BIP32_Wallet):
            def can_create_accounts(self):
                return self.root_name in self.master_private_keys.keys()
        
       -    def addresses(self, b):
       +    def addresses(self, b=True):
                l = BIP32_Wallet.addresses(self, b)
                if self.next_account:
                    next_address = self.next_account[2]