This commit is contained in:
ThomasV 2011-11-06 12:41:11 +01:00
parent 2d835ed0c0
commit 6e3fdd6741
1 changed files with 1 additions and 0 deletions

View File

@ -633,6 +633,7 @@ if __name__ == '__main__':
seed = raw_input("if you are restoring an existing wallet, enter the seed. otherwise just press enter: ") seed = raw_input("if you are restoring an existing wallet, enter the seed. otherwise just press enter: ")
wallet.gap_limit = 5 wallet.gap_limit = 5
if seed: if seed:
wallet.seed = seed
gap = raw_input("gap limit (default 5):") gap = raw_input("gap limit (default 5):")
if gap: wallet.gap_limit = int(gap) if gap: wallet.gap_limit = int(gap)
print "recovering wallet..." print "recovering wallet..."