From 6ca3a3fda600d9b8a76735f2cb0227541dedfa7d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 16 Jun 2017 00:18:59 -0700 Subject: [PATCH] chain: minor. --- lib/blockchain/chain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blockchain/chain.js b/lib/blockchain/chain.js index e5e6ba75..24d550f3 100644 --- a/lib/blockchain/chain.js +++ b/lib/blockchain/chain.js @@ -1825,7 +1825,7 @@ Chain.prototype.getProgress = function getProgress() { /** * Calculate chain locator (an array of hashes). * @method - * @param {Hash} start - Height or hash to treat as the tip. + * @param {Hash?} start - Height or hash to treat as the tip. * The current tip will be used if not present. Note that this can be a * non-existent hash, which is useful for headers-first locators. * @returns {Promise} - Returns {@link Hash}[].