fixed compile err

This commit is contained in:
Evan Duffield 2015-08-11 15:54:27 -07:00
parent f5c1c979ef
commit 1a2f30c628

View File

@ -113,7 +113,7 @@ CMasternode::CMasternode(const CMasternodeBroadcast& mnb)
unitTest = false; unitTest = false;
allowFreeTx = true; allowFreeTx = true;
protocolVersion = mnb.protocolVersion; protocolVersion = mnb.protocolVersion;
nLastDsq = mn.nLastDsq; nLastDsq = mnb.nLastDsq;
nScanningErrorCount = 0; nScanningErrorCount = 0;
nLastScanningErrorBlockHeight = 0; nLastScanningErrorBlockHeight = 0;
lastTimeChecked = 0; lastTimeChecked = 0;