Skip to content

Commit

Permalink
fix: typo, sad -> said
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyRusso authored Dec 18, 2024
1 parent f9d28bd commit 7695f28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Note that the `0x8E`, `0x90`, and `0x92` wallet exit codes are designed to preve

#### Preparing for Gasless Transactions

As was sad before v5 wallet smart contract allows the processing of internal messages signed by the owner. This also allows you to make gasless transactions, e.g., payment of network fees when transferring USDt in USDt itself. Common scheme looks like that:
As was said before v5 wallet smart contract allows the processing of internal messages signed by the owner. This also allows you to make gasless transactions, e.g., payment of network fees when transferring USDt in USDt itself. Common scheme looks like that:

![image](/img/gasless.jpg)

Expand Down Expand Up @@ -439,4 +439,4 @@ As you see, there are many different versions of wallets in TON. But in most cas
- [Wallet V4 sources and detailed description](https://github.com/ton-blockchain/wallet-contract)
- [Lockup wallet sources and detailed description](https://github.com/ton-blockchain/lockup-wallet-contract)
- [Restricted wallet sources](https://github.com/EmelyanenkoK/nomination-contract/tree/master/restricted-wallet)
- [Gasless transactions on TON](https://medium.com/@buidlingmachine/gasless-transactions-on-ton-75469259eff2)
- [Gasless transactions on TON](https://medium.com/@buidlingmachine/gasless-transactions-on-ton-75469259eff2)

0 comments on commit 7695f28

Please sign in to comment.