From c4cc3b7bd9198280fa08f41871d829239fb1d319 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Tue, 1 Sep 2020 03:20:14 +0200
Subject: [PATCH] [fix] disable network documents

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index d2de4aa..e4350ae 100644
--- a/index.js
+++ b/index.js
@@ -9,7 +9,7 @@ const CERT_V10 = 4;
 const REVOC_V10 = 5;
 const PEER_V11 = 6;
 const HEAD_V3 = 7;
-const DOC_TYPE_OPTIONS = ["Any document", "Transaction V10", "Identity V10", "Membership V10", "Certification V10", "Revocation V10", "Peer V11", "HEAD V3"];
+const DOC_TYPE_OPTIONS = ["Any document", "Transaction V10", "Identity V10", "Membership V10", "Certification V10", "Revocation V10"/*, "Peer V11", "HEAD V3"*/];
 const DOCUMENTS_TYPES_COUNT = DOC_TYPE_OPTIONS.length-1;
 
 // Check result constants
-- 
GitLab