Add reference to issue in TODO comment.

This commit is contained in:
Sean Bowe 2021-01-13 08:41:14 -07:00
parent adf1c2f451
commit 47d021ceb3
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ impl<W: Write, C: CurveAffine> DummyHashWrite<W, C> {
/// 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
}
}