From 9dc19d21c0ba0df89529cc0085915fa9565ecafd Mon Sep 17 00:00:00 2001 From: Chris Buckland Date: Tue, 20 Aug 2024 10:19:29 +0100 Subject: [PATCH] Public to external Co-authored-by: gzeon --- src/express-lane-auction/ExpressLaneAuction.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/express-lane-auction/ExpressLaneAuction.sol b/src/express-lane-auction/ExpressLaneAuction.sol index 55e57ad0..315fb7ed 100644 --- a/src/express-lane-auction/ExpressLaneAuction.sol +++ b/src/express-lane-auction/ExpressLaneAuction.sol @@ -288,7 +288,7 @@ contract ExpressLaneAuction is } /// @inheritdoc IExpressLaneAuction - function flushBeneficiaryBalance() public { + function flushBeneficiaryBalance() external { uint256 bal = beneficiaryBalance; if (bal == 0) { revert ZeroAmount();