Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
042ba3
Browse files Browse the repository at this point in the history
  • Loading branch information
NosoDevTeam committed Jan 22, 2024
1 parent b9570c3 commit 9254521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lastrelease.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2Ba1 0.4.2Ba2 {win64hash} {linux64hash} {signature}
0.4.2Ba1 0.4.2Ba3 {win64hash} {linux64hash} {signature}
4 changes: 2 additions & 2 deletions masterpaskalform.pas
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ TForm1 = class(TForm)
RestartFileName = 'launcher.sh';
updateextension = 'tgz';
{$ENDIF}
SubVersion = 'Ba2';
SubVersion = 'Ba3';
OficialRelease = false;
VersionRequired = '0.4.1Ba1';
BuildDate = 'January 2024';
Expand Down Expand Up @@ -1996,7 +1996,7 @@ procedure TForm1.Grid2PrepareCanvas(sender: TObject; aCol, aRow: Integer;
Begin
if EngineLastUpdate <> UTCtime then EngineLastUpdate := UTCtime;
Form1.Latido.Enabled:=false;
if ( (UTCTime >= BuildNMSBlock) and (BuildNMSBlock>0) and (MyConStatus=3) and (MyLastBlock=GetCOnsensus(2)) ) then
if ( (UTCTime >= BuildNMSBlock) and (BuildNMSBlock>0) and (MyConStatus=3) and (MyLastBlock=StrToIntDef(GetCOnsensus(2),-1)) ) then
begin
ToLog('events','Starting construction of block '+(MyLastBlock+1).ToString);
BuildNewBlock(MyLastBlock+1,BuildNMSBlock,MyLastBlockHash,GetNMSData.Miner,GetNMSData.Hash);
Expand Down

0 comments on commit 9254521

Please sign in to comment.