Closed 0xNeshi closed 1 year ago
Function name handleApprovalsRequiredChanged is specified as handler for event ApprovalsRequiredChanged for both CharityApplications and APTeamMultiSig, but it was named wrongly just function approvalsRequiredChanged, causing the deployment to fail.
handleApprovalsRequiredChanged
event ApprovalsRequiredChanged
CharityApplications
APTeamMultiSig
function approvalsRequiredChanged
Function name
handleApprovalsRequiredChanged
is specified as handler forevent ApprovalsRequiredChanged
for bothCharityApplications
andAPTeamMultiSig
, but it was named wrongly justfunction approvalsRequiredChanged
, causing the deployment to fail.