mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-27 06:46:10 +00:00
first code to check feeTxid of govobject prepare and count confirmations
This commit is contained in:
parent
6fe7ad1714
commit
6a24251860
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@
|
||||||
}
|
}
|
||||||
}).fail(function(jqXHR) {
|
}).fail(function(jqXHR) {
|
||||||
if (jqXHR.status == 400) {
|
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!');
|
console.log('problem with feeTxid! Ask for new input!');
|
||||||
alert("Check again and please enter your correct TxID!");
|
alert("Check again and please enter your correct TxID!");
|
||||||
$("#feeTxid").attr("disabled", false);
|
$("#feeTxid").attr("disabled", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue