1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix windows validator-engine.exe runtime access violation error (#387)

* Fix runtime access violation error on Windows
This commit is contained in:
neodiX42 2022-06-03 15:01:55 +02:00 committed by GitHub
parent 845cbca1e5
commit 65e3177def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 262 additions and 54 deletions

View file

@ -865,7 +865,7 @@ bit$_ _:(## 1) = Bit;
The serialization of source and destination addresses is defined by the following TL-B scheme:
\begin{verbatim}
addr_none$00 = MsgAddressExt;
addr_extern$01 len:(## 8) external_address:(len * Bit)
addr_extern$01 len:(## 9) external_address:(len * Bit)
= MsgAddressExt;
anycast_info$_ depth:(## 5) rewrite_pfx:(depth * Bit) = Anycast;
addr_std$10 anycast:(Maybe Anycast)