Skip to content

Commit

Permalink
Merge branch 'refactor-events' of github.com:trailofbits/manticore in…
Browse files Browse the repository at this point in the history
…to refactor-events

* 'refactor-events' of github.com:trailofbits/manticore:
  Refactor evm events and ExamplePlugins
  • Loading branch information
disconnect3d committed Jan 8, 2019
2 parents 8eb15a0 + 90eeede commit 913dbd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manticore/native/plugins.py
Expand Up @@ -261,4 +261,3 @@ def _dict_diff(d1, d2):
for key in set(d2).difference(set(d1)):
d[key] = d2[key]
return d

0 comments on commit 913dbd5

Please sign in to comment.