solhint
solhint copied to clipboard
avoid-low-level-calls - false positive?
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}("");
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.