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

Fix cell declaration

This commit is contained in:
Andrey Pfau 2023-02-04 18:28:52 +03:00 committed by GitHub
parent c369127ae0
commit 6937c6ca78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,7 +366,7 @@ trans_merge_install$0111 split_info:SplitMergeInfo
smc_info#076ef1ea actions:uint16 msgs_sent:uint16
unixtime:uint32 block_lt:uint64 trans_lt:uint64
rand_seed:bits256 balance_remaining:CurrencyCollection
myself:MsgAddressInt global_config:(Maybe Cell) = SmartContractInfo;
myself:MsgAddressInt global_config:(Maybe ^Cell) = SmartContractInfo;
//
//
out_list_empty$_ = OutList 0;