bitcoin/src/wallet
Warren Togami 51c787dfb4
Clarify importprivkey help text with example of blank label without rescan
Occasionally I waste a lot of time not remembering that the second parameter to importprivkey must be blank if you intend to stop rescan with "false" as the third parameter.

Github-Pull: #10207
Rebased-From: c9e31c36ff
2017-04-20 08:18:50 +02:00
..
test Fix importmulti returning rescan errors for wrong keys 2017-02-28 13:53:28 +01: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 Clarify importprivkey help text with example of blank label without rescan 2017-04-20 08:18:50 +02:00
rpcwallet.cpp Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did). 2017-02-28 12:01:06 +01:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp Return errors from importmulti if complete rescans are not successful 2017-02-22 12:45:43 +01:00
wallet.h Return errors from importmulti if complete rescans are not successful 2017-02-22 12:45:43 +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