ton
ton copied to clipboard
Fix emulator bounce conditions
When send mode 16 was added, new code was added into transaction processing functions in validator. Since emulator mostly copies (not reuses) that code, that new code needs to be added to emulator too in order for send mode 16 to work properly.
Conditions taken from https://github.com/ton-blockchain/ton/blob/4cfe1d1a96acf956e28e2bbc696a143489e23631/validator/impl/validate-query.cpp#L5058