Skip to content

Commit

Permalink
chore: fix comment (gakonst#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
mds1 authored Jan 4, 2022
1 parent ecdafc5 commit fd8ef3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm-adapters/testdata/CheatCodes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface Hevm {
function load(address,bytes32) external returns (bytes32);
// Stores a value to an address' storage slot, (who, slot, value)
function store(address,bytes32,bytes32) external;
// Signs data, (privateKey, digest) => (r, v, s)
// Signs data, (privateKey, digest) => (v, r, s)
function sign(uint256,bytes32) external returns (uint8,bytes32,bytes32);
// Gets address for a given private key, (privateKey) => (address)
function addr(uint256) external returns (address);
Expand Down

0 comments on commit fd8ef3c

Please sign in to comment.