From b3e880b58707884afc7cacfb18372aab08863cff Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 8 Sep 2013 20:12:03 +0200 Subject: [PATCH] fix: typo, set_label --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 2e9deca08..610ee0cea 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -286,7 +286,7 @@ class Commands: def setlabel(self, key, label): - self.wallet.set_labels(key, label) + self.wallet.set_label(key, label)