Skip to content

Commit 5e53a7f

Browse files
authored
Update stdlib.sol (#27)
1 parent 018b7a5 commit 5e53a7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stdlib.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ abstract contract stdCheats {
7777

7878
// Deploys a contract by fetching the contract bytecode from
7979
// the artifacts directory
80+
// e.g deployCode(code, abi.encode(arg1,arg2,arg3))
8081
function deployCode(string memory what, bytes memory args)
8182
public
8283
returns (address addr)
@@ -321,4 +322,4 @@ library stdStorage {
321322

322323
return result;
323324
}
324-
}
325+
}

0 commit comments

Comments
 (0)