mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +01:00
fix for masternode voting discrepancies
This commit is contained in:
parent
ae4e8ca613
commit
3b043c1381
@ -9,7 +9,7 @@
|
|||||||
#define CLIENT_VERSION_MAJOR 0
|
#define CLIENT_VERSION_MAJOR 0
|
||||||
#define CLIENT_VERSION_MINOR 9
|
#define CLIENT_VERSION_MINOR 9
|
||||||
#define CLIENT_VERSION_REVISION 4
|
#define CLIENT_VERSION_REVISION 4
|
||||||
#define CLIENT_VERSION_BUILD 6
|
#define CLIENT_VERSION_BUILD 7
|
||||||
|
|
||||||
// Set to true for release, false for prerelease or test build
|
// Set to true for release, false for prerelease or test build
|
||||||
#define CLIENT_VERSION_IS_RELEASE true
|
#define CLIENT_VERSION_IS_RELEASE true
|
||||||
|
@ -3889,7 +3889,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
|
|||||||
|
|
||||||
|
|
||||||
if (pfrom->nVersion >= darkSendPool.MIN_PEER_PROTO_VERSION) {
|
if (pfrom->nVersion >= darkSendPool.MIN_PEER_PROTO_VERSION) {
|
||||||
if(RequestedMasterNodeList <= 5) {
|
if(RequestedMasterNodeList <= 50) {
|
||||||
bool fIsInitialDownload = IsInitialBlockDownload();
|
bool fIsInitialDownload = IsInitialBlockDownload();
|
||||||
if(!fIsInitialDownload) {
|
if(!fIsInitialDownload) {
|
||||||
pfrom->PushMessage("dseg");
|
pfrom->PushMessage("dseg");
|
||||||
|
Loading…
Reference in New Issue
Block a user