This commit is contained in:
jl777
2018-12-10 11:48:48 -11:00
parent 80be594638
commit 9742bb74db
2 changed files with 4 additions and 4 deletions

View File

@@ -2537,14 +2537,14 @@ void CWalletTx::GetAmounts(list<COutputEntry>& listReceived,
{
if ( oneshot++ > 1 )
{
fprintf(stderr,"skip change vout\n");
//fprintf(stderr,"skip change vout\n");
continue;
}
}
}
else if (!(fIsMine & filter))
{
fprintf(stderr,"skip filtered vout %d %d\n",(int32_t)fIsMine,(int32_t)filter);
//fprintf(stderr,"skip filtered vout %d %d\n",(int32_t)fIsMine,(int32_t)filter);
continue;
}
// In either case, we need to get the destination address