diff --git a/docs/v3/documentation/smart-contracts/contracts-specs/wallet-contracts.md b/docs/v3/documentation/smart-contracts/contracts-specs/wallet-contracts.md index f366c9100d..6ef228193d 100644 --- a/docs/v3/documentation/smart-contracts/contracts-specs/wallet-contracts.md +++ b/docs/v3/documentation/smart-contracts/contracts-specs/wallet-contracts.md @@ -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) @@ -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) \ No newline at end of file + - [Gasless transactions on TON](https://medium.com/@buidlingmachine/gasless-transactions-on-ton-75469259eff2)