Skip to content

Commit

Permalink
Merge pull request ton-blockchain#368 from tvorogme/patch-2
Browse files Browse the repository at this point in the history
Documentation fix, set addr_extern len:(## 9)
  • Loading branch information
EmelyanenkoK authored May 24, 2022
2 parents 7dbc294 + 3da717f commit 8e9ac8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tblkch.tex
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ \section*{Introduction}
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)
Expand Down
2 changes: 1 addition & 1 deletion doc/tvm.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ \section*{Introduction}
The message and address manipulation primitives listed below serialize and deserialize values according to the following TL-B scheme (cf.~\ptref{sp:tlb.brief}):
\begin{verbatim}
addr_none$00 = MsgAddressExt;
addr_extern$01 len:(## 8) external_address:(bits len)
addr_extern$01 len:(## 9) external_address:(bits len)
= MsgAddressExt;
anycast_info$_ depth:(#<= 30) { depth >= 1 }
rewrite_pfx:(bits depth) = Anycast;
Expand Down

0 comments on commit 8e9ac8d

Please sign in to comment.