We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b5472 commit 50e1deaCopy full SHA for 50e1dea
packages/blockchain/src/blockchain.ts
@@ -382,7 +382,7 @@ export class Blockchain implements BlockchainInterface {
382
*/
383
private async _putBlockOrHeader(item: Block | BlockHeader) {
384
await this.runWithLock<void>(async () => {
385
- // Save the current sane state incase _putBlockOrHeader midway with some
+ // Save the current sane state in case _putBlockOrHeader midway with some
386
// dirty changes in head trackers
387
const oldHeads = Object.assign({}, this._heads)
388
const oldHeadHeaderHash = this._headHeaderHash
0 commit comments