script: rename isCanonicalSignature to isCanonicalScriptSignature
This commit is contained in:
parent
726e4c53b6
commit
7592a6bcc2
6 changed files with 12 additions and 11 deletions
test
|
@ -19,7 +19,8 @@ describe('script', function () {
|
|||
}
|
||||
})
|
||||
})
|
||||
describe.skip('isCanonicalSignature', function () {})
|
||||
describe.skip('isCanonicalScriptSignature', function () {
|
||||
})
|
||||
|
||||
describe('fromASM/toASM', function () {
|
||||
fixtures.valid.forEach(function (f) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue