1
0

Switch labelsync to electrum.org

This commit is contained in:
Johann Bauer
2018-03-11 11:26:19 +01:00
parent e31c2d491d
commit 7869232737

View File

@@ -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):