electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 849cc0200bca9862c22473bea1df41af4668cbe7
parent 458b62f5de5c9223acbfedd4f1f5ceb042a01ef5
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 11 Sep 2015 13:07:49 +0200

better help message

Diffstat:
Mlib/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/commands.py b/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):