(Refactor) Remove commented code

This commit is contained in:
Vadim Arasev 2018-08-06 09:24:16 +03:00
parent e4ac5242d2
commit 2c1a133200
1 changed files with 0 additions and 9 deletions

View File

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