UNPKG

@dashevo/wallet-lib

Version:
7 lines (5 loc) 197 B
const logger = require('../../../logger'); module.exports = async function getBestBlock() { logger.silly('FakeNet.getBestBlock'); return this.getBlockByHash(await this.getBestBlockHash()); };