Fixes broken link (#3728)

pull/3731/head
Tadashi 2 years ago committed by GitHub
parent 561d0eead3
commit 5e8e8bb9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/utils/Address.sol

@ -50,7 +50,7 @@ library Address {
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
* https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using

Loading…
Cancel
Save