electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6e3fdd6741b5fe46ebf46b783d4cad25dcf3940a
parent 2d835ed0c0533447b333a93149934a84212a8493
Author: ThomasV <thomasv@gitorious>
Date:   Sun,  6 Nov 2011 12:41:11 +0100

fix

Diffstat:
Mclient/electrum.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/client/electrum.py b/client/electrum.py @@ -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..."