Bugfix: Avoid trying to parse outputs that aren't relevant to CWalletTx::GetAmounts
authorLuke Dashjr <luke-jr+git@utopios.org>
Sat, 22 Sep 2012 03:20:14 +0000 (03:20 +0000)
committerCryptoManiac <balthazar@yandex.ru>
Sun, 23 Feb 2014 16:28:51 +0000 (20:28 +0400)
commit7937a32022377426bcefd3048956b13f5b3c0ac7
treed56aecc300e363cd14228fb8a95012940fee1cc1
parent23ab7f1ea54ea1f030319a7c5b416acddbbef758
Bugfix: Avoid trying to parse outputs that aren't relevant to CWalletTx::GetAmounts

This fixes a warning when an output we aren't concerned with can't be parsed.
src/wallet.cpp