mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 13:59:06 +01:00
remove nodes
This commit is contained in:
parent
17b424d10d
commit
ebd1d77d4e
@ -7102,6 +7102,7 @@ bool CDarkSendPool::DoAutomaticDenominating(bool fDryRun)
|
|||||||
BOOST_FOREACH(CDarksendQueue dsq, vecDarksendQueue){
|
BOOST_FOREACH(CDarksendQueue dsq, vecDarksendQueue){
|
||||||
CService addr;
|
CService addr;
|
||||||
if(!dsq.GetAddress(addr)) continue;
|
if(!dsq.GetAddress(addr)) continue;
|
||||||
|
dsq.time = 0; //remove node
|
||||||
|
|
||||||
if(ConnectNode((CAddress)addr, NULL, true)){
|
if(ConnectNode((CAddress)addr, NULL, true)){
|
||||||
submittedToMasternode = addr;
|
submittedToMasternode = addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user