Skip to content

Commit

Permalink
Merge pull request PascalCoinDev#261 from SkybuckFlying/PascalCoinDev…
Browse files Browse the repository at this point in the history
…MasterBlockHeaderFix

Packed directive added to record TBlockHeader.
  • Loading branch information
PascalCoinDev committed May 15, 2023
2 parents 7fb57b6 + 80ef410 commit 2cc1e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/UFileStorage.pas
Expand Up @@ -29,7 +29,7 @@ interface


Type
TBlockHeader = Record
TBlockHeader = packed record
BlockNumber : Cardinal;
StreamBlockRelStartPos : Int64;
BlockSize : Cardinal;
Expand Down

0 comments on commit 2cc1e5d

Please sign in to comment.