danicoin/src/simplewallet
warptangent 4c6230d6cf Checking and handling for deterministic vs non-deterministic wallet
simple_wallet::seed()

 - Check that wallet is deterministic.

simple_wallet::new_wallet()

 - Prompt for seed language only if it's a non-deterministic wallet,
   along with previous conditions.

simple_wallet::open_wallet()

 - Fixed check for deterministic wallet (flag based on command line
   non-deterministic argument was used before, but it's inapplicable to
   opening an existing wallet).

 - As with deterministic wallet, non-deterministic also included to be
   rewritten to new JSON format file. That's what's done for newly
   generated non-deterministic wallets, so old versions should be
   updated to same format.
2014-12-06 02:24:11 -08:00
..
CMakeLists.txt cmake: fix up link lines 2014-10-24 15:30:57 -04:00
password_container.cpp License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
password_container.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
simplewallet.cpp Checking and handling for deterministic vs non-deterministic wallet 2014-12-06 02:24:11 -08:00
simplewallet.h Prints seed after wallet upgrade. Removed iostream include. 2014-10-19 14:39:45 +05:30