Browse Source

better help message

283
ThomasV 10 years ago
parent
commit
849cc0200b
  1. 2
      lib/commands.py

2
lib/commands.py

@ -482,7 +482,7 @@ class Commands:
@command('w')
def listaddresses(self, receiving=False, change=False, show_labels=False, frozen=False, unused=False, funded=False, show_balance=False):
"""List wallet addresses. Returns your list of addresses."""
"""List wallet addresses. Returns the list of all addresses in your wallet. Use optional arguments to filter the results."""
out = []
for addr in self.wallet.addresses(True):
if frozen and not self.wallet.is_frozen(addr):

Loading…
Cancel
Save