mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +01:00
Fix add 'Unknown' pool logic
This commit is contained in:
parent
1210643e8e
commit
8d1cc40459
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user