Currently we use MultiSig to track CharityApplication, APTeamMultiSig and the dynamically created EndowmentMultiSig. The thing is that we do not track the EndowmentMultiSig's address (since its ID is endowmentId), so I added this in case this is something we need, but we missed adding.
@SovereignAndrey if my assumption was incorrect, please let me know and I close this PR.
NOTE: waiting on input from Justin and Paolo
Currently we use
MultiSig
to trackCharityApplication
,APTeamMultiSig
and the dynamically createdEndowmentMultiSig
. The thing is that we do not track theEndowmentMultiSig
's address (since its ID isendowmentId
), so I added this in case this is something we need, but we missed adding.@SovereignAndrey if my assumption was incorrect, please let me know and I close this PR.