commit 78692327373252714792607ae49a0daee06bae15
parent e31c2d491d4301c6ec44e977ee22f2bc81381410
Author: Johann Bauer <bauerj@bauerj.eu>
Date: Sun, 11 Mar 2018 11:26:19 +0100
Switch labelsync to electrum.org
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/labels/labels.py b/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):