mirror of
https://github.com/mempool/mempool.git
synced 2025-09-28 11:47:43 +02:00
Fix add 'Unknown' pool logic
This commit is contained in:
@@ -93,7 +93,7 @@ class PoolsParser {
|
||||
}
|
||||
|
||||
// Manually add the 'unknown pool'
|
||||
if (existingPools.find((pool) => pool.name === 'Unknown') !== undefined) {
|
||||
if (existingPools.find((pool) => pool.name === 'Unknown') === undefined) {
|
||||
finalPoolDataAdd.push({
|
||||
'name': 'Unknown',
|
||||
'link': 'https://learnmeabitcoin.com/technical/coinbase-transaction',
|
||||
|
Reference in New Issue
Block a user