Skip to content

Commit

Permalink
Add reentrancy notice
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Mar 16, 2020
1 parent b2afe36 commit f232a5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/payment/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Payment

NOTE: This page is incomplete. We're working to improve it for the next release. Stay tuned!
Utilities related to sending and receiving payments. Examples are {PullPayment}, which implements the best security practices when sending funds to third parties, and {PaymentSplitter} to receive incoming payments among a number of beneficiaries.

TIP: When transferring funds to and from untrusted third parties, there is always a security risk of reentrancy. If you would like to learn more about this and ways to protect against it, check out our blog post https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].

== Utilities

Expand Down

0 comments on commit f232a5f

Please sign in to comment.