fixed bug

This commit is contained in:
Evan 2014-03-12 13:01:43 -07:00
parent 3dbef0b35a
commit 5dc41e3d04

View File

@ -5178,7 +5178,7 @@ void CDarkSendPool::SetNull(){
queuedVoutCollateral.clear();
if(pindexBest != NULL) {
if(pindexBest->nHeight != nLastBestHeight){
if(session_id > 1000 && pindexBest->nHeight != nLastBestHeight){
session_id = 999;
next_session_id = 999;
}