standard: remove padded Blocks

This commit is contained in:
Daniel Cousens 2015-09-05 14:10:25 +10:00
parent ec1195bcee
commit 2d75b7e7ff
6 changed files with 2 additions and 12 deletions

View file

@ -323,7 +323,6 @@ describe('script', function () {
if (f.scriptSig) {
assert.strictEqual(bscript.toASM(scriptSig), f.scriptSig)
} else {
assert.strictEqual(scriptSig.toString('hex'), f.scriptSigHex)
}