bitcoin/src/wallet
Russell Yanofsky e662af3583 Use 2 hour grace period for key timestamps in importmulti rescans
Gregory Maxwell <greg@xiph.org> pointed out the lack of grace period in
https://github.com/bitcoin/bitcoin/pull/9490#issue-199407998.

The importwallet RPC which uses key timestamps in a similar way already has a 2
hour grace period.
2017-02-16 09:05:55 -05:00
..
test Fix memory leak in wallet tests 2017-01-12 11:52:53 -08:00
coincontrol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
db.cpp Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 2017-02-06 16:14:17 +01:00
db.h Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 2017-02-06 16:14:17 +01:00
rpcdump.cpp Use 2 hour grace period for key timestamps in importmulti rescans 2017-02-16 09:05:55 -05:00
rpcwallet.cpp [wallet] Set correct metadata on bumpfee wallet transactions 2017-02-02 17:34:22 -05:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00
wallet.h wallet: Prevent "overrides a member function but is not marked 'override'" warnings 2017-02-15 11:31:28 +01:00
walletdb.cpp Add missing cs_wallet lock that triggers new lock held assertion 2017-02-15 17:01:30 -05:00
walletdb.h Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00