AdChainRegistryDapp
AdChainRegistryDapp copied to clipboard
Expired Voting tokens value will continue to show values until the domain's status for that poll is refreshed (edge case)
The Expired Voting section of the dashboard, the values could be out of sync if the domain's status for that unrevealed poll is not refreshed and the tokens were already unlocked.
Since decisioning is based on the pollId === 0
, the poll ID is not reset until the domain's status is updated.
This is an edge case but should be considered a bug.