Skip to content

Commit

Permalink
Update RootERC20BridgeFlowRateHandler.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Feb 27, 2024
1 parent a5c4fb5 commit 1784c91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/invariant/root/RootERC20BridgeFlowRateHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ contract RootERC20BridgeFlowRateHandler is Test {
}
}

function findFrom(uint256 offset, address token, uint256 requiredAmt)
public
view
returns (address from)
{
function findFrom(uint256 offset, address token, uint256 requiredAmt) public view returns (address from) {
for (uint256 i = 0; i < users.length; i++) {
uint256 index = i + offset;
if (index >= users.length) {
Expand Down

0 comments on commit 1784c91

Please sign in to comment.