Wladimir J. van der Laan fc51565cbd
Merge #11039: Avoid second mapWallet lookup
8f2f1e0 wallet: Avoid second mapWallet lookup (João Barbosa)

Pull request description:

  All calls to `mapWallet.count()` have the intent to detect if a `txid` exists and most are followed by a second lookup to retrieve the `CWalletTx`.

  This PR replaces all `mapWallet.count()` calls with `mapWallet.find()` to avoid the second lookup.

Tree-SHA512: 96b7de7f5520ebf789a1aec1949a4e9c74e13683869cee012f717e5be8e51097d068e2347a36e89097c9a89f1ed1a1529db71760dac9b572e36a3e9ac1155f29
2017-08-18 16:25:59 +02:00
..
2017-08-02 12:19:50 +09:00
2017-08-09 12:04:41 +02:00
2017-08-16 00:37:18 +02:00
2017-04-10 10:24:49 +02:00
2016-10-24 10:23:58 +00:00
2017-06-05 00:52:36 +02:00
2017-06-22 19:18:10 +03:00
2017-08-16 00:24:39 +02:00