Merge pull request #2164 from bauerj/patch-1

Use new LabelSync server for the plugin
This commit is contained in:
ThomasV 2017-02-14 17:28:57 +01:00 committed by GitHub
commit 54ce9f722e
1 changed files with 1 additions and 2 deletions

View File

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