poanetwork / poa-dapps-voting

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

(Fix) check status of voting and finalization transactions #123

Closed vbaranov closed 6 years ago

vbaranov commented 6 years ago

Problem: statuses of voting and finalization transactions are not checked Solution: status should be checked. Success alert should appear only if a status is true. Error alert, otherwise

rstormsf commented 6 years ago

I assume @vbaranov means to check status !== 0x0 or 0x1

varasev commented 6 years ago

Fixed in https://github.com/poanetwork/poa-dapps-voting/pull/145.