lbrycrd/src/wallet
Chris Moore 2409865e14 Reduce inefficiency of GetAccountAddress()
Don't scan the wallet to see if the current key has been used if we're going to make a new key anyway.
Stop scanning the wallet as soon as we see that the current key has been used.
Don't call isValid() twice on the current key.
2015-12-28 16:56:53 -08:00
..
test Added a test for the pruning of extraneous inputs after ApproximateBestSet 2015-12-07 20:08:37 +01:00
crypter.cpp Merge pull request #6415 2015-08-14 16:28:37 +02:00
crypter.h ensure consistent header comment naming conventions 2015-04-20 13:29:22 +02:00
db.cpp Constrain constant values to a single location in code 2015-11-28 18:47:29 +01:00
db.h Constrain constant values to a single location in code 2015-11-28 18:47:29 +01:00
rpcdump.cpp [Univalue] add univalue over subtree 2015-10-01 10:49:57 +02:00
rpcwallet.cpp Reduce inefficiency of GetAccountAddress() 2015-12-28 16:56:53 -08:00
wallet.cpp fix logic for error log 2015-12-12 10:45:53 -08:00
wallet.h [Qt] add InMempool() info to transaction details 2015-12-02 08:38:31 +01:00
wallet_ismine.cpp SQUASH "Add have-pubkey distinction to ISMINE flags" 2015-08-08 09:30:53 -07:00
wallet_ismine.h Merge pull request #6415 2015-08-14 16:28:37 +02:00
walletdb.cpp Merge pull request #6914 2015-12-01 10:22:14 +01:00
walletdb.h Constrain constant values to a single location in code 2015-11-28 18:47:29 +01:00