From 78692327373252714792607ae49a0daee06bae15 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Sun, 11 Mar 2018 11:26:19 +0100 Subject: [PATCH] Switch labelsync to electrum.org --- plugins/labels/labels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/labels/labels.py b/plugins/labels/labels.py index 3e778d544..0033b2d85 100644 --- 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):