URI: 
       twallet.path - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 603a74523aecc3e0eff3ee1087f95b22725bb696
   DIR parent dded634f65283a8c33aebd962cc62ba3b14595ee
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 16 May 2012 19:51:00 +0200
       
       wallet.path
       
       Diffstat:
         M electrum                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -303,7 +303,7 @@ if __name__ == '__main__':
                    wallet.init_mpk(seed)
                    if mpk == wallet.master_public_key:
                        wallet.save()
       -                print "done"
       +                print "Done: " + wallet.path
                    else:
                        print "error: master public key does not match"