mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Update op-code for provider/contract interaction (#602)
* Update provider->contract deploy_contract op-code * Switch to B{} representation of child contracts
This commit is contained in:
parent
681b494410
commit
7a78ea33b7
8 changed files with 31 additions and 22 deletions
|
@ -111,7 +111,7 @@ PROGRAM{
|
|||
}> // msg_value sender_address op in_msg_body
|
||||
64 LDU // msg_value sender_address op query_id in_msg_body
|
||||
s2 PUSH
|
||||
276580847 PUSHINT // msg_value sender_address op query_id in_msg_body op _27=276580847
|
||||
3832843761 PUSHINT // msg_value sender_address op query_id in_msg_body op _27=3832843761
|
||||
EQUAL // msg_value sender_address op query_id in_msg_body _28
|
||||
IF:<{ // msg_value sender_address op query_id in_msg_body
|
||||
s0 s4 XCHG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue