Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
4c997ea0
Commit
4c997ea0
authored
Oct 29, 2019
by
Francisco Giordano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make PullPayment.withdrawPaymentsWithGas external
(cherry picked from commit
76a1d7a3
)
parent
1c220e17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
PullPayment.sol
contracts/payment/PullPayment.sol
+1
-1
No files found.
contracts/payment/PullPayment.sol
View file @
4c997ea0
...
@@ -49,7 +49,7 @@ contract PullPayment {
...
@@ -49,7 +49,7 @@ contract PullPayment {
* Make sure you trust the recipient, or are either following the
* Make sure you trust the recipient, or are either following the
* checks-effects-interactions pattern or using {ReentrancyGuard}.
* checks-effects-interactions pattern or using {ReentrancyGuard}.
*/
*/
function withdrawPaymentsWithGas(address payable payee)
public
{
function withdrawPaymentsWithGas(address payable payee)
external
{
_escrow.withdrawWithGas(payee);
_escrow.withdrawWithGas(payee);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment