Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Oct 14, 2024
1 parent 00cbbec commit 07ae2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/tasks/ciphernode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task("ciphernode:siblings", "Get the sibling of a ciphernode in the registry")
"ciphernodeAddresses",
"comma separated addresses of ciphernodes in the order they were added to the registry",
)
.setAction(async function (taskArguments: TaskArguments, hre) {
.setAction(async function (taskArguments: TaskArguments) {
const hash = (a: bigint, b: bigint) => poseidon2([a, b]);
const tree = new LeanIMT(hash);

Expand Down

0 comments on commit 07ae2ce

Please sign in to comment.