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;
allowFreeTx = true;
protocolVersion = mnb.protocolVersion;
nLastDsq = mn.nLastDsq;
nLastDsq = mnb.nLastDsq;
nScanningErrorCount = 0;
nLastScanningErrorBlockHeight = 0;
lastTimeChecked = 0;