Skip to content

Commit 2c13d3e

Browse files
authored
Merge pull request #7 from pyAndr3w/main
Fungible tokens: The Either bit is required in TIP-74
2 parents ddd143c + 9fe7aca commit 2c13d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ft/jetton-wallet.fc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ int gas_consumption() asm "10000000 PUSHINT"; ;; 0.01 TON
5757
slice response_address = in_msg_body~load_msg_addr();
5858
cell custom_payload = in_msg_body~load_dict();
5959
int forward_ton_amount = in_msg_body~load_coins();
60+
throw_unless(708, slice_bits(in_msg_body) >= 1);
6061
slice either_forward_payload = in_msg_body;
6162
var msg = begin_cell()
6263
.store_uint(0x18, 6)

0 commit comments

Comments
 (0)