mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge 02b703b945
into 3c245c6146
This commit is contained in:
commit
40768fc6a7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ variable Actions
|
|||
{ @end? abort"subdomain name expected" @next dup $len 127 > abort"subdomain name too long"
|
||||
} : parse-domain
|
||||
{ @end? abort"category number expected" @next (number) 1 <> abort"category must be integer"
|
||||
dup 256 fits not abort"category does not fit into 256 bit integer"
|
||||
dup 256 ufits not abort"category does not fit into 256 bit unsigned integer"
|
||||
dup 0= abort"category must be non-zero"
|
||||
} : parse-cat-num
|
||||
{ @end? abort"`cat` expected" @next "cat" $= not abort"`cat` expected" parse-cat-num
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue