(initBlockHeight: number)
| 158 | } |
| 159 | |
| 160 | private async startLoop(initBlockHeight: number): Promise<void> { |
| 161 | await this.fillNextBlockBuffer(initBlockHeight); |
| 162 | } |
| 163 | |
| 164 | private latestHeight(): number { |
| 165 | return this.nodeConfig.unfinalizedBlocks ? this.latestBestHeight : this.latestFinalizedHeight; |
no test coverage detected