Skip to content

Commit 263c8d7

Browse files
authored
Merge pull request #393 from crytic/nisedo-patch-2
Fix typo
2 parents 3b3f681 + 6acaa23 commit 263c8d7

File tree

1 file changed

+1
-1
lines changed
  • not-so-smart-contracts/ton/forward_ton_without_gas_check

1 file changed

+1
-1
lines changed

not-so-smart-contracts/ton/forward_ton_without_gas_check/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TON smart contracts needs to send TON as gas fee along with the Jetton transfers or any other message they send to another contract. If a contract allows its users to specify the amount of TON to be sent with an outgoing message then it must check that the user supplied enough TON with their message to cover for the transaction fee and the forward TON amount.
44

5-
If a contract lacks such a gas check then users can specify a higher forward TON amount to drain the TON balance of the smart contract, freezing the smart contract and potentially destrying it.
5+
If a contract lacks such a gas check then users can specify a higher forward TON amount to drain the TON balance of the smart contract, freezing the smart contract and potentially destroying it.
66

77
## Example
88

0 commit comments

Comments
 (0)