From ef0451dba4a9db79347094cc15918364f91cacfc Mon Sep 17 00:00:00 2001 From: wintercooled Date: Fri, 26 Oct 2018 12:37:32 +0100 Subject: [PATCH] added link to schnorr as research --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae66e4d982..a87fac7b65 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Previous elements that have been integrated into Bitcoin: * Relative Lock Time Elements deferred for additional research and standardization: - * Schnorr Signatures + * [Schnorr Signatures][schnorr] License ------- @@ -44,6 +44,7 @@ information or see http://opensource.org/licenses/MIT. [federated-peg]: https://elementsproject.org/features#federatedpeg [signed-blocks]: https://elementsproject.org/features#signedblocks [asset-issuance]: https://elementsproject.org/features/issued-assets +[schnorr]: https://elementsproject.org/features/schnorr-signatures What is the Elements Project? -----------------