Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Dec 16, 2024
1 parent ec30d04 commit a1dbbbc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a1dbbbc

Please sign in to comment.