Rename properly utxo to unspentoutput

This commit is contained in:
Esteban Ordano 2015-01-02 16:50:14 -03:00
parent 7fe17e1699
commit f56ddb2a0a

View File

@ -5,7 +5,7 @@ var chai = require('chai');
var should = chai.should();
var expect = chai.expect;
var bitcore = require('..');
var bitcore = require('../..');
var UnspentOutput = bitcore.Transaction.UnspentOutput;
describe('UnspentOutput', function() {