Skip to content

Commit

Permalink
Public to external
Browse files Browse the repository at this point in the history
Co-authored-by: gzeon <[email protected]>
  • Loading branch information
yahgwai and gzeoneth committed Aug 20, 2024
1 parent e33c353 commit 9dc19d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/express-lane-auction/ExpressLaneAuction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ contract ExpressLaneAuction is
}

/// @inheritdoc IExpressLaneAuction
function flushBeneficiaryBalance() public {
function flushBeneficiaryBalance() external {
uint256 bal = beneficiaryBalance;
if (bal == 0) {
revert ZeroAmount();
Expand Down

0 comments on commit 9dc19d2

Please sign in to comment.