We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2526765 + 58e2986 commit 4a328b8Copy full SHA for 4a328b8
contracts/util/Hevm.sol
@@ -13,7 +13,7 @@ interface IHevm {
13
function assume(bool b) external;
14
15
// Sets the eth balance of usr to amt
16
- function deal(uint256 usr, uint256 amt) external;
+ function deal(address usr, uint256 amt) external;
17
18
// Loads a storage slot from an address
19
function load(address where, bytes32 slot) external returns (bytes32);
0 commit comments