Skip to content

Commit 50e1dea

Browse files
authored
Small typo fix (#4107)
1 parent 29b5472 commit 50e1dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blockchain/src/blockchain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export class Blockchain implements BlockchainInterface {
382382
*/
383383
private async _putBlockOrHeader(item: Block | BlockHeader) {
384384
await this.runWithLock<void>(async () => {
385-
// Save the current sane state incase _putBlockOrHeader midway with some
385+
// Save the current sane state in case _putBlockOrHeader midway with some
386386
// dirty changes in head trackers
387387
const oldHeads = Object.assign({}, this._heads)
388388
const oldHeadHeaderHash = this._headHeaderHash

0 commit comments

Comments
 (0)