Skip to content

Commit e893cb3

Browse files
Evalirmikelodder7
authored andcommitted
chore: fix name for correct casing (foundry-rs#5665)
1 parent e5d3b97 commit e893cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/abi/abi/HEVM.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ struct Rpc { string name; string url; }
33
struct DirEntry { string errorMessage; string path; uint64 depth; bool isDir; bool isSymlink; }
44
struct FsMetadata { bool isDir; bool isSymlink; uint256 length; bool readOnly; uint256 modified; uint256 accessed; uint256 created; }
55
struct Wallet { address addr; uint256 publicKeyX; uint256 publicKeyY; uint256 privateKey; }
6-
struct FfiResult { int32 exit_code; bytes stdout; bytes stderr; }
6+
struct FfiResult { int32 exitCode; bytes stdout; bytes stderr; }
77

88
allowCheatcodes(address)
99

0 commit comments

Comments
 (0)