mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
disable checktimeout when disabled
This commit is contained in:
parent
678a43c35b
commit
47bb25d853
@ -793,6 +793,8 @@ void CDarkSendPool::ChargeRandomFees(){
|
||||
// Check for various timeouts (queue objects, darksend, etc)
|
||||
//
|
||||
void CDarkSendPool::CheckTimeout(){
|
||||
if(!fEnableDarksend) return;
|
||||
|
||||
// catching hanging sessions
|
||||
if(!fMasterNode) {
|
||||
if(state == POOL_STATUS_TRANSMISSION) {
|
||||
|
Loading…
Reference in New Issue
Block a user