mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
removed debugging changes / reverted protocol
This commit is contained in:
parent
a49aa22729
commit
d49b64c35f
@ -305,7 +305,7 @@ public:
|
||||
class CDarkSendPool
|
||||
{
|
||||
public:
|
||||
static const int MIN_PEER_PROTO_VERSION = 70042;
|
||||
static const int MIN_PEER_PROTO_VERSION = 70041;
|
||||
|
||||
// clients entries
|
||||
std::vector<CDarkSendEntry> myEntries;
|
||||
|
@ -3983,7 +3983,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
|
||||
|
||||
if (fDebug) LogPrintf("darksend queue is ready - %s\n", addr.ToString().c_str());
|
||||
|
||||
//darkSendPool.DoAutomaticDenominating(false, true);
|
||||
darkSendPool.DoAutomaticDenominating(false, true);
|
||||
} else {
|
||||
BOOST_FOREACH(CDarksendQueue q, vecDarksendQueue){
|
||||
if(q.vin == dsq.vin) return true;
|
||||
|
@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
|
||||
// network protocol versioning
|
||||
//
|
||||
|
||||
static const int PROTOCOL_VERSION = 70042;
|
||||
static const int PROTOCOL_VERSION = 70041;
|
||||
|
||||
// intial proto version, to be increased after version/verack negotiation
|
||||
static const int INIT_PROTO_VERSION = 209;
|
||||
|
Loading…
Reference in New Issue
Block a user