Skip to content

Commit f80a3e3

Browse files
committed
chore: docs
1 parent 93e1e94 commit f80a3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testdata/cheats/Vm.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ interface Vm {
566566
// Gets all the logs according to specified filter
567567
function eth_getLogs(uint256, uint256, address, bytes32[] memory) external returns (EthGetLogs[] memory);
568568

569+
// Generic rpc call function
569570
function rpc(string calldata, string calldata) external returns(bytes memory);
570571

571572
function parseJson(string calldata, string calldata) external returns (bytes memory);

0 commit comments

Comments
 (0)