|
|
@ -2929,7 +2929,7 @@ std::map<CTxDestination, CAmount> CWallet::GetAddressBalances() |
|
|
|
{ |
|
|
|
{ |
|
|
|
CWalletTx *pcoin = &walletEntry.second; |
|
|
|
CWalletTx *pcoin = &walletEntry.second; |
|
|
|
|
|
|
|
|
|
|
|
if (!CheckFinalTx(*pcoin) || !pcoin->IsTrusted()) |
|
|
|
if (!pcoin->IsTrusted()) |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
|
|
|
|
|
|
|
|
if (pcoin->IsCoinBase() && pcoin->GetBlocksToMaturity() > 0) |
|
|
|
if (pcoin->IsCoinBase() && pcoin->GetBlocksToMaturity() > 0) |
|
|
|