mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
Documentation fix, set addr_extern len:(## 9)
This commit is contained in:
parent
cf94ed6283
commit
3da717f426
1 changed files with 1 additions and 1 deletions
|
@ -2274,7 +2274,7 @@ The ``global variables'' may be helpful in implementing some high-level smart-co
|
||||||
The message and address manipulation primitives listed below serialize and deserialize values according to the following TL-B scheme (cf.~\ptref{sp:tlb.brief}):
|
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}
|
\begin{verbatim}
|
||||||
addr_none$00 = MsgAddressExt;
|
addr_none$00 = MsgAddressExt;
|
||||||
addr_extern$01 len:(## 8) external_address:(bits len)
|
addr_extern$01 len:(## 9) external_address:(bits len)
|
||||||
= MsgAddressExt;
|
= MsgAddressExt;
|
||||||
anycast_info$_ depth:(#<= 30) { depth >= 1 }
|
anycast_info$_ depth:(#<= 30) { depth >= 1 }
|
||||||
rewrite_pfx:(bits depth) = Anycast;
|
rewrite_pfx:(bits depth) = Anycast;
|
||||||
|
|
Loading…
Reference in a new issue