misc: TODOs removed

This commit is contained in:
donosonaumczuk
2023-10-27 14:43:55 -03:00
parent f5b282e1fb
commit 4e39ff4fac
2 changed files with 0 additions and 3 deletions

View File

@@ -344,7 +344,6 @@ library PublicationLib {
.getPublication(commentParams.pointedProfileId, commentParams.pointedPubId)
.referenceModule;
if (refModule != address(0)) {
// TODO: Test this on a fork if old modules are still supported
try
IReferenceModule(refModule).processComment(
Types.ProcessCommentParams({

View File

@@ -46,8 +46,6 @@ library Types {
* @param Paused The fully paused state.
*/
enum ProtocolState {
// TODO: Reverse order, so Paused becomes 0 and the default. This will get rid of the initializer needs.
// It needs to be done carefully, as it might pause the protocol in the Lens V2 upgrade.
Unpaused,
PublishingPaused,
Paused