Skip to content

Commit

Permalink
Test verified commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NindoK committed Nov 18, 2024
1 parent f91e00e commit 4f9e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocks/symbiotic/VaultMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ contract VaultMock is VaultStorage, MigratableEntity, IVault {

function claimBatch(address recipient, uint256[] calldata epochs) external returns (uint256 amount) {}

function onSlash(uint256 amount, uint48 /*captureTimestamp*/ ) external returns (uint256 slashedAmount) {
function onSlash(uint256 amount, uint48 /*captureTimestamp */ ) external returns (uint256 slashedAmount) {
totalAtStake -= amount;
slashedAmount = amount;
for (uint256 i = 0; i < operators.length; i++) {
Expand Down

0 comments on commit 4f9e8cb

Please sign in to comment.