tfix: typo, set_label - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit b3e880b58707884afc7cacfb18372aab08863cff
DIR parent cd6832df2ee9f09c973485f13f7e6abfd64dd62d
HTML Author: ThomasV <thomasv@gitorious>
Date: Sun, 8 Sep 2013 20:12:03 +0200
fix: typo, set_label
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:
def setlabel(self, key, label):
- self.wallet.set_labels(key, label)
+ self.wallet.set_label(key, label)