Commit 4c997ea0 by Francisco Giordano

make PullPayment.withdrawPaymentsWithGas external

(cherry picked from commit 76a1d7a3)
parent 1c220e17
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment