tests: reword, more explicit
This commit is contained in:
parent
3ef97d8496
commit
946430fd93
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ describe('Transaction', function () {
|
|||
})
|
||||
|
||||
describe('hashForSignature', function () {
|
||||
it('only uses legacy serialization', function () {
|
||||
it('does not use Witness serialization', function () {
|
||||
var randScript = new Buffer('6a', 'hex')
|
||||
|
||||
var tx = new Transaction()
|
||||
|
|
Loading…
Reference in a new issue