From ed9117dce4a281bbb43ca3d0bca8ce592f3c369a Mon Sep 17 00:00:00 2001 From: Dimos Raptis Date: Fri, 8 Nov 2019 10:19:06 +0000 Subject: [PATCH] NOTICK - Fix typo in node services docs (#5689) --- docs/source/node-services.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/node-services.rst b/docs/source/node-services.rst index bded7edfa7..fe6d7ebfed 100644 --- a/docs/source/node-services.rst +++ b/docs/source/node-services.rst @@ -53,7 +53,7 @@ signing to internal ``PrivateKeys`` from the ``KeyManagementService``. The ``KeyManagementService`` interface also allows other keys to be generated if anonymous keys are needed in a flow. Note that this interface works at the level of individual ``PublicKey`` and internally -matched ``PrivateKey` pairs, but the signing authority may be represented by a +matched ``PrivateKey`` pairs, but the signing authority may be represented by a ``CompositeKey`` on the ``NodeInfo`` to allow key clustering and threshold schemes.