Skip to content

Commit

Permalink
deleted a unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayerleier committed Dec 6, 2024
1 parent bc8de45 commit ded4a8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/iBTC_NetworkMiddleware.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ contract NetworkMiddleware is SimpleKeyRegistry32, Ownable {
address _networkRegistry,
address _vaultRegistry,
address _operatorNetOptin,
address _operatorVaultOptin,
address _owner,
uint48 _epochDuration,
uint48 _slashingWindow
Expand Down
1 change: 0 additions & 1 deletion test/iBTC_NetworkMiddleware.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ contract iBTC_NetworkMiddlewareTest is Test {
NETWORK_REGISTRY,
VAULT_FACTORY,
NEWTORK_OPTIN_SERVICE,
VAULT_OPTIN_SERVICE,
OWNER,
EPOCH_DURATION,
SLASHING_WINDOW
Expand Down

0 comments on commit ded4a8e

Please sign in to comment.