Skip to content

Commit

Permalink
feat: add emitter to Log struct (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: David Iola <[email protected]>
  • Loading branch information
davidiola and David Iola committed Nov 9, 2022
1 parent 5bafa16 commit 068f042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Vm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface VmSafe {
struct Log {
bytes32[] topics;
bytes data;
address emitter;
}

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

0 comments on commit 068f042

Please sign in to comment.