This commit is contained in:
Ivan Socolsky 2015-12-10 13:04:31 -03:00
parent 56d1562e92
commit cc94b19e82
1 changed files with 1 additions and 1 deletions

View File

@ -2516,7 +2516,7 @@ describe('Wallet service', function() {
it('should be able to create tx with inputs argument', function(done) {
helpers.stubUtxos(server, wallet, [1, 3, 2], function(utxos) {
server._getUtxosForCurrentWallet(function(err, utxos) {
server.getUtxos({}, function(err, utxos) {
should.not.exist(err);
var inputs = [utxos[0], utxos[2]];
var txOpts = helpers.createExternalProposalOpts('18PzpUFkFZE8zKWUPvfykkTxmB9oMR8qP7', 2.5,