1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix slice in PUSHREFCONT

This commit is contained in:
Andrey Tvorozhkov 2024-01-10 15:47:27 +03:00
parent 4eb14ed4d0
commit a80e299284

View file

@ -94,7 +94,7 @@ variable @contX variable @contY variable @cdict
dup 7 u@ 0x47 = { 7 u@+ nip 2 u@+ 7 u@+ -rot 3 << swap sr@ } {
dup 8 u@ 0x8A = { ref@ <spec {
libspecial? {
vmlib@ { swap drop } { abort"Lib not found" } cond
vmlib@ { swap drop <s } { abort"Lib not found" } cond
} { abort"Invalid special cell" } } if } {
abort"invalid PUSHCONT"
} cond } cond } cond