Skip to content

Commit

Permalink
made perp beta view method
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Sep 18, 2024
1 parent 6fe76d3 commit 4b87fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot-vaults/contracts/_strategies/SpotPricer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ contract SpotPricer is IPerpPricer, IMetaOracle {
}

/// @inheritdoc IPerpPricer
function perpBeta() external override returns (uint256, bool) {
function perpBeta() external view override returns (uint256, bool) {
return (spotDiscountFactor, true);
}

Expand Down

0 comments on commit 4b87fa9

Please sign in to comment.