Skip to content

Commit

Permalink
Eip1898.js always use contractAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengzhu committed Oct 25, 2023
1 parent d0cd726 commit 8e5fbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/Eip1898.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("Eip1898 eth_getCode test", function () {

before(async function () {
if (contractAddress) {
contract = await ethers.getContractAt("BlockInfo", contract.address);
contract = await ethers.getContractAt("BlockInfo", contractAddress);
return;
}

Expand Down

0 comments on commit 8e5fbbc

Please sign in to comment.