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
AddDelegate should only emit the event if delegate was not added earlier
and similarly removeDelegate should only emit the event if delegate was added earlier
Current Behaviour
Both fn just emits the event
Reproduction steps
1. Add a delegate
2. Call addDelegate again
Screenshots
![DESCRIPTION](LINK.png)
POC if available
No response
Contract Name
Comm Contract
Chains
No response
The text was updated successfully, but these errors were encountered:
Expected Behaviour
AddDelegate should only emit the event if delegate was not added earlier
and similarly removeDelegate should only emit the event if delegate was added earlier
Current Behaviour
Both fn just emits the event
Reproduction steps
Screenshots
![DESCRIPTION](LINK.png)
POC if available
No response
Contract Name
Comm Contract
Chains
No response
The text was updated successfully, but these errors were encountered: