Skip to content
Snippets Groups Projects
Commit c4cc3b7b authored by Éloïs's avatar Éloïs
Browse files

[fix] disable network documents

parent fa0f44d5
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ const CERT_V10 = 4; ...@@ -9,7 +9,7 @@ const CERT_V10 = 4;
const REVOC_V10 = 5; const REVOC_V10 = 5;
const PEER_V11 = 6; const PEER_V11 = 6;
const HEAD_V3 = 7; 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; const DOCUMENTS_TYPES_COUNT = DOC_TYPE_OPTIONS.length-1;
// Check result constants // Check result constants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment