|
@ -255,6 +255,7 @@ Script.prototype.isPublicKeyHashIn = function(inaccurate) { |
|
|
if (signatureBuf && |
|
|
if (signatureBuf && |
|
|
signatureBuf.length && |
|
|
signatureBuf.length && |
|
|
signatureBuf[0] === 0x30 && |
|
|
signatureBuf[0] === 0x30 && |
|
|
|
|
|
pubkeyBuf && |
|
|
pubkeyBuf.length |
|
|
pubkeyBuf.length |
|
|
) { |
|
|
) { |
|
|
var version = pubkeyBuf[0]; |
|
|
var version = pubkeyBuf[0]; |
|
|