URI: 
       tMerge pull request #2164 from bauerj/patch-1 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 54ce9f722eba1dd5a640cabf1d0114f2d48730a5
   DIR parent 20ed54c22b17eedde1d557ec89e54d2718a56347
  HTML 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:
         M plugins/labels/labels.py            |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/plugins/labels/labels.py b/plugins/labels/labels.py
       t@@ -5,7 +5,6 @@ import json
        import sys
        import traceback
        
       -import aes
        import base64
        
        import electrum
       t@@ -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):