bip70: minor.

This commit is contained in:
Christopher Jeffrey 2016-07-22 22:03:10 -07:00
parent 072f5d6348
commit 16eaa4402e
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -215,7 +215,7 @@ x509.verifyChain = function verifyChain(chain, ignoreTime) {
return true;
}
if (exports.certs.length === 0)
if (x509.certs.length === 0)
return true;
return false;