You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change these variables from being mapping(address => address[]) to mapping(address => (mapping address => bool)) and then allow the frontend to cancel based on just knowing the templateProposal / offeringContract addresses.
Change these variables from being
mapping(address => address[])tomapping(address => (mapping address => bool))and then allow the frontend to cancel based on just knowing the templateProposal / offeringContract addresses.