Skip to content

Commit 9cbeaac

Browse files
authored
Update src/content/developers/tutorials/erc20-with-safety-rails/index.md
1 parent ee9d2ed commit 9cbeaac

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/erc20-with-safety-rails

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/erc20-with-safety-rails/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,6 @@ This is the syntax to create an object for a contract when we receive the addres
215215
This is a cleanup function, so presumably we don't want to leave any tokens. Instead of getting the balance from the user manually, we might as well automate the process.
216216

217217

218-
## Conclusion
218+
## Conclusion {#conclusion}
219219

220220
This is not a perfect solution, there is no perfect solution to the "user made a mistake" problem. However, using this kind of check can at least prevent some mistakes. The ability to freeze accounts, while dangerous, can be used to limit the damage of certain hacks by denying the hacker the stolen funds.

0 commit comments

Comments
 (0)