riczardo/solscan

ModuleNotFoundError: No module named 'modules.block_timestamp

Closed this issue · 3 comments

Hi , I am geeting the error below try to scan a contract

/solscan$ python3 main.py scan-contract ~/tmp-contract.sol Traceback (most recent call last): File "/home/dev/solscan/main.py", line 19, in <module> from modules.block_timestamp import * ModuleNotFoundError: No module named 'modules.block_timestamp''

same

for now, commenting out that line in main.py with a # will help, also usage should be

python3 main.py scan yourcontract.sol

we will update that problem and the readme asap, thanks for ur input

it should work just fine now, also fixed the instruction