bitcoin/src/wallet
Wladimir J. van der Laan 3097ea40d7
Merge #9316: [wallet] Disable free transactions when relay is disabled
faf4ca8 [wallet] Disable free transactions when relay is disabled (MarcoFalke)
2016-12-20 11:29:59 +01:00
..
test Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. 2016-12-12 08:10:27 +00:00
coincontrol.h CoinControl: add option for custom confirmation target 2016-10-28 10:44:30 +02:00
crypter.cpp wallet: Change CCrypter to use vectors with secure allocator 2016-10-19 16:17:33 +02:00
crypter.h Get rid of nType and nVersion 2016-11-07 13:56:27 -08:00
db.cpp Do not shadow variables. 2016-08-31 16:16:05 +02:00
db.h [Wallet] remove unused code/conditions in ReadAtCursor 2016-08-23 15:36:23 +02:00
rpcdump.cpp Make DecodeHexTx return a CMutableTransaction 2016-12-02 18:28:22 -08:00
rpcwallet.cpp Add option to return non-segwit serialization via rpc 2016-12-05 07:43:22 -05:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp Merge #9316: [wallet] Disable free transactions when relay is disabled 2016-12-20 11:29:59 +01:00
wallet.h Make CWalletTx store a CTransactionRef instead of inheriting 2016-12-02 18:28:22 -08:00
walletdb.cpp Rename the remaining main.{h,cpp} to validation.{h,cpp} 2016-12-02 09:42:51 -08:00
walletdb.h Get rid of nType and nVersion 2016-11-07 13:56:27 -08:00