bip70: minor.
This commit is contained in:
parent
072f5d6348
commit
16eaa4402e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user