Remove double contractsStore.setWeb3Instance

This commit is contained in:
vbaranov 2018-01-11 18:11:25 +03:00
parent 1845327ab9
commit e59b2591cd
1 changed files with 0 additions and 1 deletions

View File

@ -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();