FLO-wallet-core/src/wallet
Pieter Wuille 528472111b Get rid of nType and nVersion
Remove the nType and nVersion as parameters to all serialization methods
and functions. There is only one place where it's read and has an impact
(in CAddress), and even there it does not impact any of the recursively
invoked serializers.

Instead, the few places that need nType or nVersion are changed to read
it directly from the stream object, through GetType() and GetVersion()
methods which are added to all stream classes.
2016-11-07 13:56:27 -08:00
..
test wallet: Change CCrypter to use vectors with secure allocator 2016-10-19 16:17:33 +02: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 Merge #8981: Wshadow: Do not shadow argument with a local variable 2016-11-07 13:44:00 +01:00
rpcwallet.cpp Change all instance of 'GMT epoch' to 'Unix epoch' 2016-10-31 01:11:46 +01:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread) 2016-11-02 21:37:43 +01:00
wallet.h Get rid of nType and nVersion 2016-11-07 13:56:27 -08:00
walletdb.cpp Move CWalletDB::ReorderTransactions to CWallet 2016-10-30 02:15:49 -07:00
walletdb.h Get rid of nType and nVersion 2016-11-07 13:56:27 -08:00