diff --git a/cash_payments_handler.html b/cash_payments_handler.html index f3a55a6..14f4606 100644 --- a/cash_payments_handler.html +++ b/cash_payments_handler.html @@ -13381,6 +13381,17 @@ responseData: response_from_server }); } else { + document.getElementById("deposits_list").innerHTML= + ` + + + + + + + + +
User UPI IdUser FLO IdWithdrawal AmountCurrencyTxidAction
`; showMessage(`INFO: No pending deposits found.`); } } @@ -13395,6 +13406,17 @@ responseData: response_from_server }); } else { + document.getElementById("withdraws_list").innerHTML = + ` + + + + + + + + +
User UPI IdUser FLO IdWithdrawal AmountCurrencyTxidAction
`; showMessage(`INFO: No pending withdrawals found.`); } } @@ -13923,7 +13945,7 @@ return true; - } else if(n<=20) { + } else if(n<=2) { validateTxidInBlockchain(); n++; } else {