Fix block link in pool page - Click on chart slice open pool page

This commit is contained in:
nymkappa
2022-02-14 13:21:35 +09:00
parent d8e58ee622
commit 4f02efd7fe
6 changed files with 32 additions and 14 deletions

View File

@@ -2,7 +2,6 @@ import { PoolInfo, PoolStats } from '../mempool.interfaces';
import BlocksRepository, { EmptyBlocks } from '../repositories/BlocksRepository';
import PoolsRepository from '../repositories/PoolsRepository';
import bitcoinClient from './bitcoin/bitcoin-client';
import { Common } from './common';
class Mining {
constructor() {