fixed compile err
This commit is contained in:
parent
f5c1c979ef
commit
1a2f30c628
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user