diff --git a/src/transcript.rs b/src/transcript.rs index 389ae77..67b5aa8 100644 --- a/src/transcript.rs +++ b/src/transcript.rs @@ -148,7 +148,7 @@ impl DummyHashWrite { /// Conclude the interaction and return the output buffer (writer). pub fn finalize(self) -> W { - // TODO: handle outstanding scalars? + // TODO: handle outstanding scalars? see issue #138 self.writer } }