scripts: add TODO for tests for isCanonical* functions
This commit is contained in:
parent
f8f459dda8
commit
254974d999
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ var Script = require('../src/script')
|
|||
var fixtures = require('./fixtures/scripts.json')
|
||||
|
||||
describe('Scripts', function() {
|
||||
// TODO
|
||||
describe.skip('isCanonicalPubKey', function() {})
|
||||
describe.skip('isCanonicalSignature', function() {})
|
||||
|
||||
describe('classifyInput', function() {
|
||||
fixtures.valid.forEach(function(f) {
|
||||
if (!f.scriptSig) return
|
||||
|
|
Loading…
Add table
Reference in a new issue