URI: 
       tUpdate howto - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1cda13a407eaeff901f7bed289395573b0e5c3d8
   DIR parent 14dcf8840972e6b68a6111153e31fb2cdfeca66e
  HTML Author: Maran <maran.hidskes@gmail.com>
       Date:   Tue, 12 Mar 2013 21:50:43 +0100
       
       Update howto
       
       Diffstat:
         M plugins/labels.py                   |       7 +++----
       
       1 file changed, 3 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/plugins/labels.py b/plugins/labels.py
       t@@ -25,9 +25,6 @@ def auth_token():
            return config.get("plugin_label_api_key")
        
        def init(gui):
       -    """If you want to give this a spin create a account at the target_host url and put it in your user dir config
       -    file with the label_api_key."""
       -
            global config
            config = gui.config
        
       t@@ -123,7 +120,9 @@ def show():
            print 'showing'
        
        def get_info():
       -    return 'Label sync', "Syncs your labels with 'the cloud'. Labels are not encrypted, transactions and addresses are however. This code might increase the load of your wallet with a few micoseconds as it will sync labels on each startup."
       +    return 'Label cloud', "This plugin can sync your labels accross multiple Electrum instances by using a remote database to save your data. Labels are not encrypted, \
       +transactions and addresses are however. This code might increase the load of your wallet with a few micoseconds as it will sync labels on each startup.\n\n\
       +To get started visit http://labelectrum.herokuapp.com/ to sign up for an account."
        
        def is_enabled():
            return config.get('plugin_label_enabled') is True