Merge pull request #1448 from letolabs/stdoutspam
Reduce unnecessary warnings to STDOUT
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user