From 47d021ceb388b1cf5fde9902b4c4cb921ce96481 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Wed, 13 Jan 2021 08:41:14 -0700 Subject: [PATCH] Add reference to issue in TODO comment. --- src/transcript.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }