Rename properly utxo to unspentoutput
This commit is contained in:
parent
7fe17e1699
commit
f56ddb2a0a
@ -5,7 +5,7 @@ var chai = require('chai');
|
|||||||
var should = chai.should();
|
var should = chai.should();
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
|
|
||||||
var bitcore = require('..');
|
var bitcore = require('../..');
|
||||||
var UnspentOutput = bitcore.Transaction.UnspentOutput;
|
var UnspentOutput = bitcore.Transaction.UnspentOutput;
|
||||||
|
|
||||||
describe('UnspentOutput', function() {
|
describe('UnspentOutput', function() {
|
||||||
Loading…
Reference in New Issue
Block a user