script: cleanup.
This commit is contained in:
parent
2a12b908a9
commit
f576ed8be7
@ -3635,10 +3635,7 @@ Script.checksig = function checksig(msg, sig, key, flags) {
|
||||
if (!(flags & constants.flags.VERIFY_LOW_S))
|
||||
high = true;
|
||||
|
||||
if (SigCache)
|
||||
return SigCache.verify(msg, sig.slice(0, -1), key, historical, high);
|
||||
|
||||
return ec.verify(msg, sig.slice(0, -1), key, historical, high);
|
||||
return SigCache.verify(msg, sig.slice(0, -1), key, historical, high);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user