Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1289 from keep-network/ignore-solium-errors
Disable solium linter suggestions to use transfer() After EIP-1884 it is no longer safe to use transfer() and send() as they limit forwarded gas to 2300 and might cause issues for recipient contracts. It is how recommended to use call() instead and implement additional checks to prevent reentrancy attacks.
- Loading branch information