Browse Source

Rename properly utxo to unspentoutput

patch-2
Esteban Ordano 10 years ago
parent
commit
f56ddb2a0a
  1. 2
      test/transaction/unspentoutput.js

2
test/utxo.js → test/transaction/unspentoutput.js

@ -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() {
Loading…
Cancel
Save