Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
oXtxNt9U authored and github-actions[bot] committed Dec 11, 2024
1 parent 6099e67 commit ef0ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm-consensus/source/services/votes-iterator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export class AsyncVotesIterator implements AsyncIterable<Contracts.Evm.Vote> {
const result = await this.evm.view({
caller: deployerAddress,
data: Buffer.from(data, "hex"),
gasLimit: 100_000_000n,
recipient: consensusContractAddress,
specId: evmSpec,
gasLimit: 100_000_000n,
});

if (!result.success) {
Expand Down

0 comments on commit ef0ab7e

Please sign in to comment.