standard: remove padded Blocks
This commit is contained in:
parent
ec1195bcee
commit
2d75b7e7ff
6 changed files with 2 additions and 12 deletions
|
@ -28,7 +28,6 @@ function ECPair (d, Q, options) {
|
|||
if (Q) throw new TypeError('Unexpected publicKey parameter')
|
||||
|
||||
this.d = d
|
||||
|
||||
} else {
|
||||
typeforce(types.ECPoint, Q)
|
||||
|
||||
|
|
|
@ -211,7 +211,6 @@ Transaction.prototype.hashForSignature = function (inIndex, prevOutScript, hashT
|
|||
input.sequence = 0
|
||||
}
|
||||
})
|
||||
|
||||
} else if ((hashType & 0x1f) === Transaction.SIGHASH_SINGLE) {
|
||||
var nOut = inIndex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue