Changed flosight link to blockbook
This commit is contained in:
parent
7018602f48
commit
6b229dac96
@ -1986,7 +1986,7 @@
|
|||||||
entry.querySelector('.history-entry__token-action').textContent = `${type} ${asset}`
|
entry.querySelector('.history-entry__token-action').textContent = `${type} ${asset}`
|
||||||
entry.querySelector('.history-entry__amount').textContent = amount
|
entry.querySelector('.history-entry__amount').textContent = amount
|
||||||
entry.querySelector('.history-entry__time').textContent = getFormattedTime(locktime)
|
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;
|
return entry;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user