1
0

labels plugin: fix it. and extend to cli/daemon.

This commit is contained in:
SomberNight
2018-06-29 11:58:12 +02:00
parent 87486e9487
commit 684390a479
4 changed files with 17 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ description = ' '.join([
_("Save your wallet labels on a remote server, and synchronize them across multiple devices where you use Electrum."),
_("Labels, transactions IDs and addresses are encrypted before they are sent to the remote server.")
])
available_for = ['qt', 'kivy']
available_for = ['qt', 'kivy', 'cmdline']