Fixed options on getUtxos
This commit is contained in:
parent
af2b75c0d0
commit
05ddd43dfc
@ -66,6 +66,10 @@ WalletService.prototype._endpointUTXOs = function() {
|
|||||||
// TODO: get the height of the tip
|
// TODO: get the height of the tip
|
||||||
//var height = tip;
|
//var height = tip;
|
||||||
var height = null;
|
var height = null;
|
||||||
|
|
||||||
|
var options = {
|
||||||
|
queryMempool: queryMempool
|
||||||
|
};
|
||||||
self._getUtxos(walletId, height, options, function(err, utxos) {
|
self._getUtxos(walletId, height, options, function(err, utxos) {
|
||||||
if(err) {
|
if(err) {
|
||||||
return utils.sendError(err);
|
return utils.sendError(err);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user