Skip to content

Commit

Permalink
Merge branch 'master' into etrog-global-index
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Feb 15, 2024
2 parents 2cc5d17 + 6d929d6 commit c0ca9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pos/exit_util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class ExitUtil {
}

private isCheckPointed_(data: IChainBlockInfo) {
// lastchild block is greater equal to transacton block number;
// lastchild block is greater equal to transaction block number;
return new utils.BN(data.lastChildBlock).gte(
new utils.BN(data.txBlockNumber)
);
Expand All @@ -137,7 +137,7 @@ export class ExitUtil {
}

/**
* returns info about block number existance on parent chain
* returns info about block number existence on parent chain
* 1. root block number,
* 2. start block number,
* 3. end block number
Expand Down

0 comments on commit c0ca9f1

Please sign in to comment.