Fixes typo in comment.

This commit is contained in:
Sebastián Nale 2023-01-23 19:01:27 -03:00 committed by scnale
parent 03f8928c0d
commit 7cd5b5871b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ contract RelayProvider is RelayProviderGovernance, IRelayProvider {
return 200; //REVISE consider adding state variable for this
}
//Returns a a buffer amount, and a buffer denominator, whereby the bufferAmount / bufferDenominator will be reduced from
//Returns a buffer amount, and a buffer denominator, whereby the bufferAmount / bufferDenominator will be reduced from
//applicationBudget conversions, giving an overhead to the provider on each conversion
function getAssetConversionBuffer(uint16 targetChain)
public