Skip to content

Commit

Permalink
Update contracts/BinanceBeaconEthRateProvider.sol
Browse files Browse the repository at this point in the history
Co-authored-by: rabmarut <[email protected]>
  • Loading branch information
joaobrunoah and rabmarut authored May 3, 2023
1 parent 6490248 commit 8443728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BinanceBeaconEthRateProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract BinanceBeaconEthRateProvider is IRateProvider {
}

/**
* @return the value of wBETH in terms of BETH
* @return the value of wBETH in terms of ETH
*/
function getRate() external view override returns (uint256) {
return wBETH.exchangeRate();
Expand Down

0 comments on commit 8443728

Please sign in to comment.