Open eldadp100 opened 2 years ago
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
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!