electrum

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

commit 75d2fbcd748bb7ccfe1da3a60d52fdfef871a08c
parent 5ed63be9480798da162c8b4aef3eddb6342b1f8f
Author: thomasv <thomasv@gitorious>
Date:   Wed, 27 Feb 2013 18:01:58 +0100

fix: deseed

Diffstat:
Melectrum | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/electrum b/electrum @@ -450,6 +450,7 @@ if __name__ == '__main__': if raw_input("Are you sure you want to continue? (y/n) ") in ['y','Y','yes']: wallet.config.path = ns wallet.seed = '' + wallet.use_encryption = False wallet.config.set_key('seed','', True) for k in wallet.imported_keys.keys(): wallet.imported_keys[k] = '' wallet.save()