Skip to content

Commit 068f042

Browse files
davidiolaDavid Iola
andauthored
feat: add emitter to Log struct (#214)
Co-authored-by: David Iola <[email protected]>
1 parent 5bafa16 commit 068f042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Vm.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ interface VmSafe {
1313
struct Log {
1414
bytes32[] topics;
1515
bytes data;
16+
address emitter;
1617
}
1718

1819
// Loads a storage slot from an address (who, slot)

0 commit comments

Comments
 (0)