scripts: s/dataOutput/nullDataOutput/
This commit is contained in:
parent
110cb86b5e
commit
62e86e0dc1
3 changed files with 6 additions and 6 deletions
test
|
@ -190,7 +190,7 @@ describe('Scripts', function() {
|
|||
if (f.type !== 'nulldata') return
|
||||
|
||||
var data = new Buffer(f.data, 'hex')
|
||||
var scriptPubKey = scripts.dataOutput(data)
|
||||
var scriptPubKey = scripts.nullDataOutput(data)
|
||||
|
||||
describe('output script', function() {
|
||||
it('is generated correctly for ' + f.scriptPubKey, function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue