lbrycrd/src/wallet
Pieter Wuille 595b22e5c0 Stop treating importaddress'ed scripts as change
Before this, if someone imported a scriptPubKey directly (in hex form) using
importaddress, outputs sending to it would be treated as change, as the
corresponding CTxDestination was not added to the address book.

Fix this by trying to detect scriptPubKeys that are in fact convertible to a
CTxDestination and add them anyway. Add a warning to the RPC help to warn
against importing raw non-standard scripts.
2016-06-02 15:53:04 +02:00
..
test crypter: add tests for crypter 2016-05-13 10:23:04 +02:00
crypter.cpp crypter: add a BytesToKey clone to replace the use of openssl 2016-05-13 10:23:04 +02:00
crypter.h crypter: add tests for crypter 2016-05-13 10:23:04 +02:00
db.cpp Merge #7537: wallet: Warn on unexpected EOF while salvaging wallet 2016-02-29 10:05:07 +01:00
db.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
rpcdump.cpp Stop treating importaddress'ed scripts as change 2016-06-02 15:53:04 +02:00
rpcwallet.cpp Merge #8061: [Wallet] Improve Wallet encapsulation 2016-05-25 18:08:06 +02:00
rpcwallet.h rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
wallet.cpp Always require OS randomness when generating secret keys 2016-05-29 01:52:17 +02:00
wallet.h Move BackupWallet to CWallet::BackupWallet 2016-05-16 17:48:25 -07:00
walletdb.cpp Move BackupWallet to CWallet::BackupWallet 2016-05-16 17:48:25 -07:00
walletdb.h Move BackupWallet to CWallet::BackupWallet 2016-05-16 17:48:25 -07:00