Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jan 12, 2022
1 parent bce6d91 commit 00e0de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lodestar/test/sim/merge-interop.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ describe("executionEngine / ExecutionEngineHttp", function () {
// By this slot, ttd should be reached and merge complete
case Number(ttd) + 3: {
const headState = bn.chain.getHeadState();
const isMergeTransitionComplete = merge.isMergeStateType(headState) && merge.isMergeTransitionComplete(headState);
const isMergeTransitionComplete =
merge.isMergeStateType(headState) && merge.isMergeTransitionComplete(headState);
if (!isMergeTransitionComplete) reject("Merge not completed");

// Send another tx post-merge, total amount in destination account should be double after this is included in chain
Expand Down

0 comments on commit 00e0de4

Please sign in to comment.