mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-23 03:28:21 +00:00
Something that came up during testing: The deployment script didn't set the directory contract in both, the voting contract and the featured voting contract, which resulted in functoin calls to revert because they essentially didn't exist at the addresses referenced in those contracts. This commit fixes it by ensuring `setDirectory()` is called for both voting contracts.