Consensys/python-solidity-parser

Parser can't handle call

Opened this issue · 1 comments

Hi :)
I'm using your parser and turns that it can't handle .call expressions.

For example this line: (bool success, ) = savingsAccount.call{value: received}('');

Please fix it if possible :)
Thanks!

Hey @eldadp100,

can you check out the latest master. this should solve your problem.

cheers,
tin