Skip to content

Commit aaa1fd4

Browse files
authored
Wrong opcode
1 parent a859516 commit aaa1fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/dapps/ton-connect/message-builders.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ The `messageBody` for Jetton Transfer([TEP-74](https://github.com/ton-blockchain
438438
.endCell();
439439

440440
const body = beginCell()
441-
.storeUint(0x0f8a7ea5, 32) // opcode for jetton transfer
441+
.storeUint(0xf8a7ea5, 32) // opcode for jetton transfer
442442
.storeUint(0, 64) // query id
443443
.storeCoins(toNano(5)) // jetton amount, amount * 10^9
444444
.storeAddress(destinationAddress) // TON wallet destination address

0 commit comments

Comments
 (0)