Skip to content

Commit 4b87fa9

Browse files
committed
made perp beta view method
1 parent 6fe76d3 commit 4b87fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spot-vaults/contracts/_strategies/SpotPricer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ contract SpotPricer is IPerpPricer, IMetaOracle {
179179
}
180180

181181
/// @inheritdoc IPerpPricer
182-
function perpBeta() external override returns (uint256, bool) {
182+
function perpBeta() external view override returns (uint256, bool) {
183183
return (spotDiscountFactor, true);
184184
}
185185

0 commit comments

Comments
 (0)