Skip to content

Commit

Permalink
rename var
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Dec 7, 2022
1 parent c855569 commit 371aee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/tasks/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ async function getSignalProof(
hre: any,
contractAddress: string,
key: string,
blockHash: number,
blockNumber: number,
blockHeader: BlockHeader
) {
const proof: EthGetProofResponse = await hre.ethers.provider.send(
"eth_getProof",
[contractAddress, [key], blockHash]
[contractAddress, [key], blockNumber]
)

// RLP encode the proof together for LibTrieProof to decode
Expand Down

0 comments on commit 371aee3

Please sign in to comment.