URI: 
       tdefault parameter for addresses() command - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 3960f383e02ea09a5db76ca4b3b7be833127cbea
   DIR parent 7bf1a6248ebffd09ae0229327bcd2dfda1c4c455
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Fri,  1 Mar 2013 09:58:06 +0100
       
       default parameter for addresses() command
       
       Diffstat:
         M lib/commands.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/commands.py b/lib/commands.py
       t@@ -286,7 +286,7 @@ class Commands:
                return c
        
        
       -    def addresses(self, show_all):
       +    def addresses(self, show_all = False):
                out = []
                for addr in self.wallet.all_addresses():
                    if show_all or not self.wallet.is_change(addr):