poanetwork / poa-dapps-voting

POA Network Governance Dapp
https://voting.poa.network
GNU General Public License v3.0
26 stars 54 forks source link

(Fix) Checking transaction status when voting or finalizing #145

Closed varasev closed 6 years ago

varasev commented 6 years ago
varasev commented 6 years ago

It seems that contract methods execution handler could be implemented as a separate function

@vbaranov yes, but in the next PR #146 these functions have different implementations, so I suggest to leave them as they are:

metamask -> Metamask Let's remove .then((result) => {})

Ok, I fixed these in https://github.com/poanetwork/poa-dapps-voting/pull/146 (commit https://github.com/poanetwork/poa-dapps-voting/pull/146/commits/d52d5f59157ab4820607920dc0059977a86a34fb) as it covers all changes from this #145 PR.