Skip to content

Commit

Permalink
feat: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoax committed Jun 8, 2023
1 parent 170b559 commit 3ba1c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/contracts/l1/LineaResolverStub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ contract LineaResolverStub is IExtendedResolver, SupportsInterface {
return "";
}

bytes memory test4 = bytes(response[64:84]);
bytes32 result = toBytes32PadLeft(test4);
bytes memory addrBytes = bytes(response[64:84]);
bytes32 result = toBytes32PadLeft(addrBytes);

return abi.encode(result);
}
Expand Down

0 comments on commit 3ba1c77

Please sign in to comment.