python-solidity-parser icon indicating copy to clipboard operation
python-solidity-parser copied to clipboard

Parser can't handle call

Open eldadp100 opened this issue 4 years ago • 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!

eldadp100 avatar Dec 09 '21 10:12 eldadp100

Hey @eldadp100,

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

cheers, tin

tintinweb avatar Dec 13 '21 15:12 tintinweb