From a1dbbbc89f46cca90b9686475b771c8e01ba0842 Mon Sep 17 00:00:00 2001 From: Mihajlo Pavlovic Date: Mon, 16 Dec 2024 13:58:52 +0100 Subject: [PATCH] Add comment --- .../protocols/get/sender/v1.0.0/v1-0-0-get-request-command.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/protocols/get/sender/v1.0.0/v1-0-0-get-request-command.js b/src/commands/protocols/get/sender/v1.0.0/v1-0-0-get-request-command.js index c46a393dd..786001ab3 100644 --- a/src/commands/protocols/get/sender/v1.0.0/v1-0-0-get-request-command.js +++ b/src/commands/protocols/get/sender/v1.0.0/v1-0-0-get-request-command.js @@ -73,6 +73,8 @@ class GetRequestCommand extends ProtocolRequestCommand { contract, knowledgeCollectionId, ); + + // This is added as support when get starts supporting private for curated paranet if (responseData.assertion?.private?.length) await this.validationService.validatePrivateMerkleRoot( responseData.assertion.public,