URI: 
       tfix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6e3fdd6741b5fe46ebf46b783d4cad25dcf3940a
   DIR parent 2d835ed0c0533447b333a93149934a84212a8493
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun,  6 Nov 2011 12:41:11 +0100
       
       fix
       
       Diffstat:
         M client/electrum.py                  |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/client/electrum.py b/client/electrum.py
       t@@ -633,6 +633,7 @@ if __name__ == '__main__':
                seed = raw_input("if you are restoring an existing wallet, enter the seed. otherwise just press enter: ")
                wallet.gap_limit = 5
                if seed:
       +            wallet.seed = seed
                    gap = raw_input("gap limit (default 5):")
                    if gap: wallet.gap_limit = int(gap)
                    print "recovering wallet..."