diff --git a/openpgp.d.ts b/openpgp.d.ts index 189ab54b..ba091913 100644 --- a/openpgp.d.ts +++ b/openpgp.d.ts @@ -316,7 +316,6 @@ interface Config { tolerant: boolean; versionString: string; commentString: string; - nodeStore: string; allowInsecureDecryptionWithSigningKeys: boolean; v5Keys: boolean; } diff --git a/src/config/config.js b/src/config/config.js index 8a1671e8..6082809f 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -160,11 +160,6 @@ export default { */ commentString: "https://openpgpjs.org", - /** - * @memberof module:config - * @property {String} nodeStore - */ - nodeStore: "./openpgp.store", /** * Max userid string length (used for parsing) * @memberof module:config