From a62a822b71b3174014633aee85734adc52ad4cc5 Mon Sep 17 00:00:00 2001 From: dabura667 Date: Sun, 30 Aug 2015 10:51:42 +0900 Subject: [PATCH] Fetch unconfirmed utxos as well --- js/coinbin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/coinbin.js b/js/coinbin.js index 9b9c0bb..0fca618 100644 --- a/js/coinbin.js +++ b/js/coinbin.js @@ -617,7 +617,7 @@ $(document).ready(function() { function listUnspentBlockrio_BitcoinMainnet(redeem){ $.ajax ({ type: "POST", - url: "https://btc.blockr.io/api/v1/address/unspent/"+redeem.addr, + url: "https://btc.blockr.io/api/v1/address/unspent/"+redeem.addr+"?unconfirmed=1", dataType: "json", error: function(data) { $("#redeemFromStatus").removeClass('hidden').html(' Unexpected error, unable to retrieve unspent outputs!');