fix: typo, set_label

This commit is contained in:
ThomasV 2013-09-08 20:12:03 +02:00
parent cd6832df2e
commit b3e880b587
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ class Commands:
def setlabel(self, key, label):
self.wallet.set_labels(key, label)
self.wallet.set_label(key, label)