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 17:22:21 +0000 (21:22 +0400)
commit3802178d00f0794d8369924cd333e12bfc1f946c
tree2e806a9fb1145f51e83a4446a64a928337fc0df1
parentca4e9ec025fb252061b4841daf4eb05898a122f0
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