mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 14:48:15 -05:00
misc: TODOs removed
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user