We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c611acc commit d812dafCopy full SHA for d812daf
src/wallet/wallet.cpp
@@ -1035,7 +1035,7 @@ void CWalletTx::GetAmounts(list<COutputEntry>& listReceived,
1035
// In either case, we need to get the destination address
1036
CTxDestination address;
1037
1038
- if (!ExtractDestination(txout.scriptPubKey, address) && txout.scriptPubKey.IsUnspendable())
+ if (!ExtractDestination(txout.scriptPubKey, address) && !txout.scriptPubKey.IsUnspendable())
1039
{
1040
LogPrintf("CWalletTx::GetAmounts: Unknown transaction type found, txid %s\n",
1041
this->GetHash().ToString());
0 commit comments