From cd341b601c5d47d5c157afee1282a1f83a275b7c Mon Sep 17 00:00:00 2001 From: Vadim Arasev Date: Mon, 6 Aug 2018 09:24:16 +0300 Subject: [PATCH] (Refactor) Remove commented code --- src/stores/ContractsStore.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/stores/ContractsStore.js b/src/stores/ContractsStore.js index 6302b25..bef3771 100644 --- a/src/stores/ContractsStore.js +++ b/src/stores/ContractsStore.js @@ -338,15 +338,6 @@ class ContractsStore { @action async getBallotsLimits() { if (this.web3Instance && this.netId) { - //let setVotingToChangeKeys = this.setVotingToChangeKeys({ web3Instance: this.web3Instance, netId: this.netId }) - //let setVotingToChangeMinThreshold = this.setVotingToChangeMinThreshold({ - // web3Instance: this.web3Instance, - // netId: this.netId - //}) - //let setVotingToChangeProxy = this.setVotingToChangeProxy({ web3Instance: this.web3Instance, netId: this.netId }) - - //await Promise.all([setVotingToChangeKeys, setVotingToChangeMinThreshold, setVotingToChangeProxy]) - const limitPerValidator = await this.ballotsStorage.ballotsStorageInstance.methods .getBallotLimitPerValidator() .call()