Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Apr 9, 2024
1 parent 6a2cd51 commit 6f6f378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/revert-test/tests/revert-and-restart.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Block reverting test', function () {
let mainContract: Contract;
let blocksCommittedBeforeRevert: number;
let logs: fs.WriteStream;
let operator_address = process.env.ETH_SENDER_SENDER_OPERATOR_COMMIT_ETH_ADDR;
let operatorAddress = process.env.ETH_SENDER_SENDER_OPERATOR_COMMIT_ETH_ADDR;

let enable_consensus = process.env.ENABLE_CONSENSUS == 'true';
let components = 'api,tree,eth,state_keeper,commitment_generator';
Expand Down

0 comments on commit 6f6f378

Please sign in to comment.