Skip to content

Commit 76a1d7a

Browse files
committed
make PullPayment.withdrawPaymentsWithGas external
1 parent d6e10ab commit 76a1d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/payment/PullPayment.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ contract PullPayment {
4949
* Make sure you trust the recipient, or are either following the
5050
* checks-effects-interactions pattern or using {ReentrancyGuard}.
5151
*/
52-
function withdrawPaymentsWithGas(address payable payee) public {
52+
function withdrawPaymentsWithGas(address payable payee) external {
5353
_escrow.withdrawWithGas(payee);
5454
}
5555

0 commit comments

Comments
 (0)