We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04d4cb commit d53ce3fCopy full SHA for d53ce3f
contracts/mock/ConversionRatesEnhancedOpen.sol
@@ -16,7 +16,7 @@ contract ConversionRateEnhancedOpen is ConversionRateEnhancedSteps {
16
ConversionRateEnhancedSteps(_admin)
17
{ } // solhint-disable-line no-empty-blocks
18
19
- ///@dev enables calling get rate and watching extra BPS from step functio.
+ ///@dev enables calling get rate and watching extra BPS from step function.
20
///@dev doesn't check: token listed, valid rate duration.
21
/// this logic isn't required since only used to show getRate internal values. extra logic isn't
22
///@dev rateWithSteps value should be equal to rate value from getRate call
0 commit comments