Closed vbaranov closed 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
I assume @vbaranov means to check status !== 0x0 or 0x1
status !==
0x0
0x1
Fixed in https://github.com/poanetwork/poa-dapps-voting/pull/145.
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