As multisig_voting module does not have a concept of early_resolution_vote_threshold and it only considers min_vote_threshold so should we not remove resolved_early from ResolveProposal.
- Right now every time
ResolveProposal event is emitted with resolved_early=true because right now proposal with more than min_vote_threshold is considered as early proposal.