We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b39b3 commit b49d23cCopy full SHA for b49d23c
src/services/blocks/BlocksService.ts
@@ -44,8 +44,7 @@ export class BlocksService extends AbstractService {
44
eventDocs: boolean,
45
extrinsicDocs: boolean
46
): Promise<IBlock> {
47
- const api = await this.ensureMeta(hash);
48
- // const { api } = this;
+ const { api } = this;
49
50
const [{ block }, events, validators] = await Promise.all([
51
api.rpc.chain.getBlock(hash),
0 commit comments