Update the Changelog with pr number

This commit is contained in:
Jacob Evans
2018-04-13 13:39:32 +10:00
parent 73e23996a6
commit 7b318b3cc2
3 changed files with 19 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ export const web3Factory = {
};
const shouldUseInProcessGanache = !!config.shouldUseInProcessGanache;
if (shouldUseInProcessGanache) {
if (_.isUndefined(config.rpcUrl)) {
if (!_.isUndefined(config.rpcUrl)) {
throw new Error('Cannot use both GanacheSubrovider and RPCSubprovider');
}
provider.addProvider(