1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-14 20:22:19 +00:00

Documentation fix, set addr_extern len:(## 9)

This commit is contained in:
Andrey Tvorozhkov 2022-05-16 22:21:38 +03:00 committed by GitHub
parent cf94ed6283
commit 3da717f426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}):
\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;