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
* [#71] Update linkedlist pointers when disabling plugin
* [#71] Add test: Disable 1 out of 3 plugin and fetch list
* [#71] Check if plugin is disabled
The line attempts to update the pointers in the linked list but does not really update it!
safe-core-protocol/contracts/SafeProtocolManager.sol
Line 215 in e68bd14
This is not captured in tests because there is no test that checks
getPluginsPaginated(...)
after disabling a Plugin!Fix:
The text was updated successfully, but these errors were encountered: