Browse Source

fix: typo, set_label

master
ThomasV 12 years ago
parent
commit
b3e880b587
  1. 2
      lib/commands.py

2
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)

Loading…
Cancel
Save