From e59b2591cd1a60eb292af81ead927b5e5547157f Mon Sep 17 00:00:00 2001 From: vbaranov Date: Thu, 11 Jan 2018 18:11:25 +0300 Subject: [PATCH] Remove double contractsStore.setWeb3Instance --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index 55e86ad..c1ebccb 100644 --- a/src/index.js +++ b/src/index.js @@ -34,7 +34,6 @@ class AppMainRouter extends Component { await contractsStore.setVotingToChangeMinThreshold(web3Config); await contractsStore.setVotingToChangeProxy(web3Config); await contractsStore.setValidatorMetadata(web3Config); - contractsStore.setWeb3Instance(web3Config); contractsStore.getValidatorsLength(); contractsStore.getKeysBallotThreshold(); contractsStore.getMinThresholdBallotThreshold();