Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the solidity combined-json result key
In solidity version 0.4.9 the `--combined-json` output has [changed](https://github.com/ethereum/solidity/blob/develop/Changelog.md#049-unreleased). Now the dictionary key by which a contract is identified is the relative filepath followed by ':' and finally follow by the contract name.
- Loading branch information