|
|
@ -317,6 +317,7 @@ CopayServer.prototype._getBlockExplorer = function(provider, network) { |
|
|
|
url = 'https://test-insight.bitpay.com:443' |
|
|
|
break; |
|
|
|
} |
|
|
|
console.log('[server.js.320:url:]',url); //TODO
|
|
|
|
return new Explorers.Insight(url, network); |
|
|
|
break; |
|
|
|
} |
|
|
@ -698,7 +699,7 @@ CopayServer.prototype.broadcastTx = function(opts, cb) { |
|
|
|
txid: txid |
|
|
|
}); |
|
|
|
|
|
|
|
return cb(null, txp); |
|
|
|
return cb(null, txid); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|