diff --git a/yarn-project/circuit-types/src/logs/l1_note_payload/tagged_note.ts b/yarn-project/circuit-types/src/logs/l1_note_payload/tagged_note.ts index 7f9d0b96fc0..defe4a1c757 100644 --- a/yarn-project/circuit-types/src/logs/l1_note_payload/tagged_note.ts +++ b/yarn-project/circuit-types/src/logs/l1_note_payload/tagged_note.ts @@ -53,7 +53,6 @@ export class TaggedNote { ivpk: PublicKey, ovKeys: KeyValidationRequest, ): Buffer { - // TODO(benesjan): return as EncryptedNoteFunctionL2Logs return serializeToBuffer( this.incomingTag, this.outgoingTag,