We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fef97 commit f4e83f2Copy full SHA for f4e83f2
SUMMARY.md
@@ -27,6 +27,8 @@
27
- [Access Controls](./not-so-smart-contracts/algorand/access_controls/README.md)
28
- [Asset Id Check](./not-so-smart-contracts/algorand/asset_id_check/README.md)
29
- [Denial of Service](./not-so-smart-contracts/algorand/denial_of_service/README.md)
30
+ - [Inner Transaction Fee](./not-so-smart-contracts/algorand/inner_transaction_fee/README.md)
31
+ - [Clear State Transaction Check](./not-so-smart-contracts/algorand/clear_state_transaction_check/README.md)
32
- [Cairo](./not-so-smart-contracts/cairo/README.md)
33
- [Improper access controls](./not-so-smart-contracts/cairo/access_controls/README.md)
34
- [Integer division errors](./not-so-smart-contracts/cairo/integer_division/README.md)
0 commit comments