Skip to content

Commit fd91077

Browse files
authored
Update adnl-tcp.md
1 parent 89de132 commit fd91077

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/develop/network/adnl-tcp.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ We are looking for the [TL schema we need](https://github.com/ton-blockchain/ton
8989
* 32 bytes nonce -> random 32 bytes
9090
* 4 bytes of ID ADNLQuery schema -> **7af98bb4**
9191
* 32 bytes `query_id:int256` -> random 32 bytes
92-
* * 1 byte array size -> **12**
93-
* * 4 byte of ID LiteQuery schema -> **df068c79**
94-
* * * 1 byte array size -> **4**
95-
* * * 4 bytes of ID getMasterchainInfo schema -> **2ee6b589**
96-
* * * 3 zero bytes of padding (alignment to 8)
97-
* * 3 zero bytes of padding (alignment to 16)
92+
* 1 byte array size -> **12**
93+
* 4 byte of ID LiteQuery schema -> **df068c79**
94+
* 1 byte array size -> **4**
95+
* 4 bytes of ID getMasterchainInfo schema -> **2ee6b589**
96+
* 3 zero bytes of padding (alignment to 8)
97+
* 3 zero bytes of padding (alignment to 16)
9898
* 32 bytes of checksum SHA256 from nonce and payload
9999

100100
Packet example in hex:

0 commit comments

Comments
 (0)