diff --git a/index.html b/index.html index 751874f..ce13045 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,14 @@ RanchiMall Pay + + + @@ -13989,7 +13997,7 @@ receiver = flodata.match(/\b\w{34,34}\b/) ? flodata.match(/\b\w{34,34}\b/) : await getReceiver(vout), timeStamp = time * 1000, confirmations = await ajaxGet(`https://flosight.duckdns.org/api/tx/${txid}`), - processed = confirmations.confirmations > 3 ? true : false + processed = confirmations.confirmations > 0 ? true : false if (receiver === '' || typeof receiver === 'undefined' || receiver === null) continue; frag.append(render.activityCard({ type: 'sent', amount: tokenAmount, tokenTxId: txid, receiver, timeStamp, processed, toCashier: token_app.master_configurations.cashiers[receiver] }))