commit 54ce9f722eba1dd5a640cabf1d0114f2d48730a5
parent 20ed54c22b17eedde1d557ec89e54d2718a56347
Author: ThomasV <thomasv@electrum.org>
Date: Tue, 14 Feb 2017 17:28:57 +0100
Merge pull request #2164 from bauerj/patch-1
Use new LabelSync server for the plugin
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/plugins/labels/labels.py b/plugins/labels/labels.py
@@ -5,7 +5,6 @@ import json
import sys
import traceback
-import aes
import base64
import electrum
@@ -19,7 +18,7 @@ class LabelsPlugin(BasePlugin):
def __init__(self, parent, config, name):
BasePlugin.__init__(self, parent, config, name)
- self.target_host = 'sync.bytesized-hosting.com:9090'
+ self.target_host = 'labels.bauerj.eu'
self.wallets = {}
def encode(self, wallet, msg):