mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 13:59:06 +01:00
fixed bug
This commit is contained in:
parent
3dbef0b35a
commit
5dc41e3d04
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user