Always omit special addresses from the richlist

This commit is contained in:
joeuhren
2021-03-20 15:02:42 -06:00
parent d3aeb8d3cd
commit 41f7500a04
+3 -1
View File
@@ -388,8 +388,10 @@ module.exports = {
// create the burn address array so that we omit burned coins from the rich list
var burn_addresses = settings.richlist_page.burned_coins.addresses;
// always omit the private address from the richlist
// always omit special addresses used by the explorer from the richlist (coinbase, hidden address and unknown address)
burn_addresses.push('coinbase');
burn_addresses.push('hidden_address');
burn_addresses.push('unknown_address');
if (list == 'received') {
// update 'received' richlist data