()
| 162 | } |
| 163 | |
| 164 | private latestHeight(): number { |
| 165 | return this.nodeConfig.unfinalizedBlocks ? this.latestBestHeight : this.latestFinalizedHeight; |
| 166 | } |
| 167 | |
| 168 | // eslint-disable-next-line complexity |
| 169 | async fillNextBlockBuffer(initBlockHeight: number): Promise<void> { |
no outgoing calls
no test coverage detected