neobytes/src/wallet
UdjinM6 84ac8de59d Wallet passphrase lock fixes (#987)
* Wallet passphrase lock fixes:
- wallet should not allow cli commands to bypass lock validation
- wallet should lock again in mixing mode if it was unlocked for mixing and next unlock (e.g. for sending funds) happened
- removed AnonymizeOnlyUnlocked status, it's never going to be reached anymore
- "For anonymization only" checkbox:
  - should be available only when user click "Start Mixing"
  - should be set on by default when available
  - adjusted title
- adjust error messages in walletpassphrase for unlocked wallets

* Add comment about IsLocked() usage

* Final safety check for locked wallet in WalletModel::prepareTransaction
2016-09-11 13:02:54 +04:00
..
test Fix tests 2016-03-04 06:52:57 +01:00
crypter.cpp Wallet passphrase lock fixes (#987) 2016-09-11 13:02:54 +04:00
crypter.h Wallet passphrase lock fixes (#987) 2016-09-11 13:02:54 +04:00
db.cpp CDB: fix debug output (#947) 2016-08-18 18:23:39 +04:00
db.h
rpcdump.cpp Merge #921: Fix project name Dash -> Dash Core 2016-07-29 07:30:19 +02:00
rpcwallet.cpp Wallet passphrase lock fixes (#987) 2016-09-11 13:02:54 +04:00
wallet_ismine.cpp
wallet_ismine.h
wallet.cpp Wallet passphrase lock fixes (#987) 2016-09-11 13:02:54 +04:00
wallet.h Wallet passphrase lock fixes (#987) 2016-09-11 13:02:54 +04:00
walletdb.cpp Wallet passphrase lock fixes (#987) 2016-09-11 13:02:54 +04:00
walletdb.h merge #882: Autobackup enhancements + support autobackup in PS 2016-06-15 21:13:04 +02:00