0xKitsune / solstat

A Solidity static analyzer to identify contract vulnerabilities and gas efficiencies.
426 stars 36 forks source link

Example contract name fix #66

Closed ChmielewskiKamil closed 1 year ago

ChmielewskiKamil commented 1 year ago

The name of the contract inside the examples/parse-contract-into-ast.rs is SimpleStorage. I've updated the documentation to match that name.

ChmielewskiKamil commented 1 year ago

Merged into #65