Fetch unconfirmed utxos as well
This commit is contained in:
parent
91ee89282f
commit
a62a822b71
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ $(document).ready(function() {
|
||||||
function listUnspentBlockrio_BitcoinMainnet(redeem){
|
function listUnspentBlockrio_BitcoinMainnet(redeem){
|
||||||
$.ajax ({
|
$.ajax ({
|
||||||
type: "POST",
|
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",
|
dataType: "json",
|
||||||
error: function(data) {
|
error: function(data) {
|
||||||
$("#redeemFromStatus").removeClass('hidden').html('<span class="glyphicon glyphicon-exclamation-sign"></span> Unexpected error, unable to retrieve unspent outputs!');
|
$("#redeemFromStatus").removeClass('hidden').html('<span class="glyphicon glyphicon-exclamation-sign"></span> Unexpected error, unable to retrieve unspent outputs!');
|
||||||
|
|
Loading…
Reference in a new issue