Skip to content

Commit

Permalink
Update contracts/fee_currencies.go
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Lange <[email protected]>
  • Loading branch information
ezdac and palango authored Aug 5, 2024
1 parent ba82b0d commit ec6c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/fee_currencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func GetRegisteredCurrencies(caller *abigen.FeeCurrencyDirectoryCaller) ([]commo
return currencies, nil
}

// GetExchangeRates returns the exchange rates for the provided gas currencies from CELO
// GetExchangeRates returns the exchange rates for the provided gas currencies
func GetExchangeRates(caller bind.ContractCaller) (common.ExchangeRates, error) {
exchangeRates := map[common.Address]*big.Rat{}
directory, err := abigen.NewFeeCurrencyDirectoryCaller(addresses.FeeCurrencyDirectoryAddress, caller)
Expand Down

0 comments on commit ec6c34e

Please sign in to comment.