Skip to content

Commit

Permalink
chore(mocks): fix wrong comment for increaseFees
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocao committed Jan 14, 2025
1 parent 64d6519 commit 4a84692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mocks/SedaPermissioned.sol
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ contract SedaPermissioned is ISedaCore, RequestHandlerBase, AccessControl, Pausa
}

/// @inheritdoc ISedaCore
/// @dev This is a mock implementation that does nothing and requires admin role
/// @dev This is a mock implementation that does nothing
function increaseFees(bytes32, uint256, uint256, uint256) external payable override(ISedaCore) {
revert FeesNotImplemented();
}
Expand Down

0 comments on commit 4a84692

Please sign in to comment.