Browse Source

bug fix: init_seed

283
thomasv 12 years ago
parent
commit
1f1693d29b
  1. 3
      electrum

3
electrum

@ -236,8 +236,7 @@ if __name__ == '__main__':
wallet.seed = None
wallet.init_sequence(str(seed))
else:
wallet.seed = str(seed)
wallet.init_mpk( wallet.seed )
wallet.init_seed( str(seed) )
if not options.offline:
interface = Interface(config)

Loading…
Cancel
Save