solhint icon indicating copy to clipboard operation
solhint copied to clipboard

avoid-low-level-calls - false positive?

Open ronanyeah opened this issue 3 years ago • 1 comments

Is there a way to avoid a warning for this specific case? I believe it is currently the recommended way to transfer funds. (bool succeed, ) = _address.call{value: _amount}("");

ronanyeah avatar Aug 25 '21 23:08 ronanyeah

Same question. That's the recommended way to send funds. 😕

I don't undestand why that ⚠️ warning is triggered if the rule is using these docs as reference.

jobsamuel avatar Oct 20 '21 16:10 jobsamuel