From 8f3e448fa65c24ac4a809745e1a34f9ce8090864 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Fri, 13 Jul 2018 18:10:36 +0200 Subject: [PATCH] Remove obsolete JSDoc comment --- src/key.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/key.js b/src/key.js index dce81e77..138933e9 100644 --- a/src/key.js +++ b/src/key.js @@ -1293,7 +1293,6 @@ export async function generate(options) { * @param {Date} date Override the creation date of the key and the key signatures * @param {Array} subkeys (optional) options for each subkey, default to main key options. e.g. [{sign: true, passphrase: '123'}] * - * @param {Boolean} [options.revoked=false] Whether the key should include a revocation signature * @returns {Promise} * @async * @static