Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

[Fix][Sherlock M-4] Add comment that Perennial does not support 0-value payoffs #203

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/perennial/contracts/product/UPayoffProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import "../interfaces/types/PayoffDefinition.sol";
* @notice Library for manage storing, surfacing, and upgrading a payoff provider.
* @dev Uses an unstructured storage pattern to store the oracle address and payoff definition which allows this
provider to be safely used with upgradeable contracts.
Perennial does not support 0-value payoffs.
*/
abstract contract UPayoffProvider is IPayoffProvider, UInitializable {
/// @dev The oracle contract address
Expand Down
Loading