Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Apr 19, 2021
1 parent 8f6c42e commit c5b42e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/vault/AssetTransfersHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ abstract contract AssetTransfersHandler is AssetHelpers {
*
* Any ETH sent to the Vault outside of the WETH unwrapping mechanism would be forever locked inside the Vault, so
* we prevent that from happening. Other mechanisms used to send ETH to the Vault (such as being the recipient of an
* ETH swap, Pool exit or withdrawal, contract self-destruction, or receiving the block mining reward) will result in
* locked funds, but are not otherwise a security or soundness issue. This check only exists as an attempt to
* ETH swap, Pool exit or withdrawal, contract self-destruction, or receiving the block mining reward) will result
* in locked funds, but are not otherwise a security or soundness issue. This check only exists as an attempt to
* prevent user error.
*/
receive() external payable {
Expand Down

0 comments on commit c5b42e8

Please sign in to comment.