1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

fix incorrect casing of includeUsdRate option passed to CurrencyRateController (#14615)

This commit is contained in:
Alex Donesky 2022-05-05 09:14:06 -05:00 committed by GitHub
parent f3b7a656fc
commit 4550a10d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ export default class MetamaskController extends EventEmitter {
name: 'CurrencyRateController',
});
this.currencyRateController = new CurrencyRateController({
includeUSDRate: true,
includeUsdRate: true,
messenger: currencyRateMessenger,
state: {
...initState.CurrencyController,