chain: minor.

This commit is contained in:
Christopher Jeffrey 2017-07-09 14:19:21 -07:00
parent 797016630c
commit 8a1eb9f5e1
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -397,7 +397,7 @@ Chain.prototype.verify = async function verify(block, prev, flags) {
* @method
* @param {Number} ts
* @param {ChainEntry} prev
* @returns {Promise} - Returns [{@link VerifyError}, {@link DeploymentState}].
* @returns {Promise} - Returns {@link DeploymentState}.
*/
Chain.prototype.getDeployments = async function getDeployments(ts, prev) {