neobytes/src/wallet
UdjinM6 a7fa07a30e
Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899)
* Drop BOOST_FOREACH in Dash-specific code (only), no changes in behavior

* Use references in loops (use const references where applicable) in Dash-specific code (only)

And adjust related code to make it compilable.

* Loop through nodes via connman.ForEachNode in dsq Relay instead of creating a copy
2018-02-06 14:09:33 +03:00
..
test Fix rpc tests 2018-01-26 12:59:29 +01:00
coincontrol.h Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation target 2018-01-13 13:44:38 +01:00
crypter.cpp Merge #8753: Locked memory manager 2018-01-13 13:44:39 +01:00
crypter.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
db.cpp Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 2018-01-23 09:24:27 +01:00
db.h Merge #10308: [wallet] Securely erase potentially sensitive keys/values 2018-01-26 12:59:29 +01:00
rpcdump.cpp Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescans 2018-02-01 11:13:01 +01:00
rpcwallet.cpp Replace more example Dash addresses with invalid addresses 2018-01-29 11:16:05 +01:00
rpcwallet.h Merge #8163: Do not shadow global RPC table variable (tableRPC) 2018-01-09 14:16:37 +01:00
wallet.cpp Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
wallet.h Merge #9764: wallet: Prevent "overrides a member function but is not marked 'override'" warnings 2018-02-01 11:13:01 +01:00
walletdb.cpp Merge #9108: Use importmulti timestamp when importing watch only keys (on top of #9682) 2018-02-01 11:13:01 +01:00
walletdb.h Merge #9108: Use importmulti timestamp when importing watch only keys (on top of #9682) 2018-02-01 11:13:01 +01:00