We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddd143c + 9fe7aca commit 2c13d3eCopy full SHA for 2c13d3e
ft/jetton-wallet.fc
@@ -57,6 +57,7 @@ int gas_consumption() asm "10000000 PUSHINT"; ;; 0.01 TON
57
slice response_address = in_msg_body~load_msg_addr();
58
cell custom_payload = in_msg_body~load_dict();
59
int forward_ton_amount = in_msg_body~load_coins();
60
+ throw_unless(708, slice_bits(in_msg_body) >= 1);
61
slice either_forward_payload = in_msg_body;
62
var msg = begin_cell()
63
.store_uint(0x18, 6)
0 commit comments