tests/integration: remove redundant check
This commit is contained in:
parent
f9f41addda
commit
a5f1994f86
1 changed files with 1 additions and 10 deletions
|
@ -28,16 +28,7 @@ testnet.faucet = function faucet (address, amount, done) {
|
||||||
}).pop()
|
}).pop()
|
||||||
|
|
||||||
if (!unspent) return callback(new Error('No unspent given'))
|
if (!unspent) return callback(new Error('No unspent given'))
|
||||||
|
callback(null, unspent)
|
||||||
testnet.transactions.get(unspent.txId, function (err, tx) {
|
|
||||||
if (err) return callback(err)
|
|
||||||
|
|
||||||
testnet.transactions.propagate(tx.txHex, function (err) {
|
|
||||||
if (err) return callback(err)
|
|
||||||
|
|
||||||
callback(null, unspent)
|
|
||||||
})
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}, done)
|
}, done)
|
||||||
|
|
Loading…
Add table
Reference in a new issue