mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Merge pull request #3019 from sipa/fugbix
Bugfix: nHeightLast instead of nHeightFirst
This commit is contained in:
commit
b4355ccaf7
@ -655,7 +655,7 @@ public:
|
||||
if (nBlocks==0 || nTimeFirst > nTimeIn)
|
||||
nTimeFirst = nTimeIn;
|
||||
nBlocks++;
|
||||
if (nHeightIn > nHeightFirst)
|
||||
if (nHeightIn > nHeightLast)
|
||||
nHeightLast = nHeightIn;
|
||||
if (nTimeIn > nTimeLast)
|
||||
nTimeLast = nTimeIn;
|
||||
|
Loading…
Reference in New Issue
Block a user