Normalise subprovider names

This commit is contained in:
Leonid Logvinov
2017-11-28 12:12:25 -06:00
parent 1d584b1329
commit 50bf6a991d
3 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import {JSONRPCPayload} from '../../../src/types';
* the constant gas estimate when queried.
* Source: https://github.com/MetaMask/provider-engine/blob/master/subproviders/subprovider.js
*/
export class FakeGasEstimateProvider {
export class FakeGasEstimateSubprovider {
private constantGasAmount: number;
constructor(constantGasAmount: number) {
this.constantGasAmount = constantGasAmount;