Use core to fetch block because esplora/electrs still return integer difficulty

This commit is contained in:
nymkappa
2023-03-03 13:59:17 +09:00
parent 0b77000aab
commit 7ea2d3b808
5 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
import { Common } from '../api/common';
import config from '../config';
import DB from '../database';
import logger from '../logger';
import { IndexedDifficultyAdjustment } from '../mempool.interfaces';