From 6a2425186029bfacb17d05569c845584e670ab75 Mon Sep 17 00:00:00 2001 From: Cofresi Date: Wed, 9 Nov 2016 23:08:26 -0400 Subject: [PATCH] first code to check feeTxid of govobject prepare and count confirmations --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e61ade0..58c7994 100644 --- a/index.html +++ b/index.html @@ -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);