ivicanikolicsg / MAIAN

MAIAN: automatic tool for finding trace vulnerabilities in Ethereum smart contracts
MIT License
556 stars 157 forks source link

Fix indentation and conversion errors #3

Open samczsun opened 6 years ago

samczsun commented 6 years ago

Converted tabs and spaces although I can't tell which one it's supposed to be. Also fixed a conversion error in contract.py when trying to load a contract from source (cannot implicitly convert bytes to str)