default parameter for addresses() command

This commit is contained in:
thomasv 2013-03-01 09:58:06 +01:00
parent 7bf1a6248e
commit 3960f383e0
1 changed files with 1 additions and 1 deletions

View File

@ -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):