Reduce unnecessary warnings to STDOUT

This commit is contained in:
Jonathan "Duke" Leto
2019-04-21 07:58:05 -07:00
parent 4889ceebb6
commit 74b2563334

View File

@@ -75,7 +75,8 @@ int tx_height( const uint256 &hash ){
nHeight = it->second->GetHeight(); nHeight = it->second->GetHeight();
//fprintf(stderr,"blockHash %s height %d\n",hashBlock.ToString().c_str(), nHeight); //fprintf(stderr,"blockHash %s height %d\n",hashBlock.ToString().c_str(), nHeight);
} else { } else {
fprintf(stderr,"block hash %s does not exist!\n", hashBlock.ToString().c_str() ); // Unconfirmed xtns
//fprintf(stderr,"block hash %s does not exist!\n", hashBlock.ToString().c_str() );
} }
return nHeight; return nHeight;
} }