URI: 
       ttypo - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b61ec6ec7ca0a86fd05989623746909a9b322fea
   DIR parent c9846860dc81b3d935e65b829ffc5e11bbc57225
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Thu,  1 Dec 2011 19:39:27 +0300
       
       ttypo
       
       Diffstat:
         M server/server.py                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/server/server.py b/server/server.py
       t@@ -49,7 +49,7 @@ try:
            config.readfp(f)
            f.close()
        except:
       -    print "Could not read electrum.conf. I will use the dafault values."
       +    print "Could not read electrum.conf. I will use the default values."
        
        stopping = False
        block_number = -1