Open
Description
block = await blockRepo.getBlockByHeight(265860).toPromise()
console.log(block.constructor.name);
output is 'NormalBlockInfo'
I think block height 265860 is ImportanceBlock.
but there is no ImportanceBlockInfo in src/model/blockchain/
How should I know blockinfo is NormalBlock or ImportanceBlock?