bitcoin-sv / sol2scrypt

Solidity to sCrypt Transplier
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Optimize transpile result for readonly mappings. #107

Closed freedomhero closed 2 years ago

freedomhero commented 2 years ago

Do not output map.set(...) if map is only read in the function.