Workflow updating files of ribc

This commit is contained in:
RanchiMall Dev 2024-07-19 12:03:31 +00:00
parent eaa5f140e0
commit 2502f2fefa

View File

@ -4202,6 +4202,9 @@
.readAllTxs("FThgnJLcuStugLc24FJQggmp2WgaZjrBSn")
.then(({ items }) => {
items.forEach((tx) => {
// Ensure tx.vout exists and has the expected structure
if (!tx.vout || !tx.vout[0] || !tx.vout[0].scriptPubKey || !tx.vout[0].scriptPubKey.addresses) return;
const floId = tx.vout[0].scriptPubKey.addresses[0];
if (!RIBC.getInternList()[floId]) return; // check if floId is of an intern
const { txid, floData, time } = tx
@ -4227,4 +4230,4 @@
</script>
</body>
</htm>
</htm>