Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.06k stars 118 forks source link

Fix graph command with "simple" flag #152

Closed maurelian closed 3 years ago

maurelian commented 3 years ago

The graph -s command was outdated and broken. I fixed it by copying code from graph.js to graphSimple.js.

There is a lot of opportunity to reduce code duplication in graphSimple.js, but I might be the only person who actually uses that feature.

GNSPS commented 3 years ago

LGTM!