Changed flosight link to blockbook

This commit is contained in:
sairaj mote 2023-07-18 19:50:35 +05:30
parent 7018602f48
commit 6b229dac96

View File

@ -1986,7 +1986,7 @@
entry.querySelector('.history-entry__token-action').textContent = `${type} ${asset}`
entry.querySelector('.history-entry__amount').textContent = amount
entry.querySelector('.history-entry__time').textContent = getFormattedTime(locktime)
entry.querySelector('.history-entry__txid').href = `https://flosight.duckdns.org/tx/${txid}`
entry.querySelector('.history-entry__txid').href = `https://blockbook.ranchimall.net/tx/${txid}`
return entry;
}
}