scripts: s/dataOutput/nullDataOutput/

This commit is contained in:
Daniel Cousens 2014-11-28 12:52:25 +11:00
parent 110cb86b5e
commit 62e86e0dc1
3 changed files with 6 additions and 6 deletions

View file

@ -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() {