Skip to content

Commit 06f7bf4

Browse files
committed
fix incorrect casing of includeUsdRate option passed to CurrencyRateController
1 parent 23e3f52 commit 06f7bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/metamask-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ export default class MetamaskController extends EventEmitter {
400400
name: 'CurrencyRateController',
401401
});
402402
this.currencyRateController = new CurrencyRateController({
403-
includeUSDRate: true,
403+
includeUsdRate: true,
404404
messenger: currencyRateMessenger,
405405
state: {
406406
...initState.CurrencyController,

0 commit comments

Comments
 (0)