Remove code in preparation for v5.0 (#4258)
Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
@ -5,7 +5,6 @@ NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/
|
||||
|
||||
These contracts aim to cover common security practices.
|
||||
|
||||
* {PullPayment}: A pattern that can be used to avoid reentrancy attacks.
|
||||
* {ReentrancyGuard}: A modifier that can prevent reentrancy during certain functions.
|
||||
* {Pausable}: A common emergency response mechanism that can pause functionality while a remediation is pending.
|
||||
|
||||
@ -13,8 +12,6 @@ TIP: For an overview on reentrancy and the possible mechanisms to prevent it, re
|
||||
|
||||
== Contracts
|
||||
|
||||
{{PullPayment}}
|
||||
|
||||
{{ReentrancyGuard}}
|
||||
|
||||
{{Pausable}}
|
||||
|
||||
Reference in New Issue
Block a user