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!');