muellerberndt / laser-ethereum

Symbolic virtual machine for Ethereum
MIT License
68 stars 20 forks source link

Module name shadows imported package #15

Open joshuata opened 6 years ago

joshuata commented 6 years ago

References to the package laser.ethereumas ethereum shadow the imported package ethereum which can cause problems when running tests.

This is easy to take care of by renaming the module to laser.ether or something similar. I have a working version if you are interested.