make PullPayment.withdrawPaymentsWithGas external

pull/1908/head^2
Francisco Giordano 5 years ago
parent d6e10ab786
commit 76a1d7a3cd
  1. 2
      contracts/payment/PullPayment.sol

@ -49,7 +49,7 @@ contract PullPayment {
* Make sure you trust the recipient, or are either following the
* checks-effects-interactions pattern or using {ReentrancyGuard}.
*/
function withdrawPaymentsWithGas(address payable payee) public {
function withdrawPaymentsWithGas(address payable payee) external {
_escrow.withdrawWithGas(payee);
}

Loading…
Cancel
Save