first code to check feeTxid of govobject prepare and count confirmations

This commit is contained in:
Cofresi 2016-11-09 23:08:26 -04:00
parent 6fe7ad1714
commit 6a24251860

View file

@ -208,7 +208,7 @@
}
}).fail(function(jqXHR) {
if (jqXHR.status == 400) {
// there seems to be a either a problem with your feeTxid because txid is not found in api
// there seems to be a problem with your feeTxid because txid is not found in api
console.log('problem with feeTxid! Ask for new input!');
alert("Check again and please enter your correct TxID!");
$("#feeTxid").attr("disabled", false);