Browse Source

Switch labelsync to electrum.org

3.2.x
Johann Bauer 7 years ago
parent
commit
7869232737
No known key found for this signature in database GPG Key ID: 84F1BF925B1F484D
  1. 2
      plugins/labels/labels.py

2
plugins/labels/labels.py

@ -16,7 +16,7 @@ class LabelsPlugin(BasePlugin):
def __init__(self, parent, config, name):
BasePlugin.__init__(self, parent, config, name)
self.target_host = 'labels.bauerj.eu'
self.target_host = 'labels.electrum.org'
self.wallets = {}
def encode(self, wallet, msg):

Loading…
Cancel
Save