If an admin is added after the pool has been created they dont have access to call Distribute.
In the Admin addresses UI:
- Check if pool has been created
- For each admin -
allo.isPoolAdmin(poolId, address)
- Show indication if admin address is also Pool admin
- Add button to call
allo.addPoolManager(poolId, address)
If an admin is added after the pool has been created they dont have access to call Distribute.
In the Admin addresses UI:
allo.isPoolAdmin(poolId, address)allo.addPoolManager(poolId, address)