mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-01-22 18:08:08 +01:00
Fetch unconfirmed utxos as well
This commit is contained in:
parent
91ee89282f
commit
a62a822b71
@ -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('<span class="glyphicon glyphicon-exclamation-sign"></span> Unexpected error, unable to retrieve unspent outputs!');
|
||||
|
Loading…
Reference in New Issue
Block a user