Browse Source

Update link to Consensys best practices (#3597)

Co-authored-by: Francisco <frangio.1@gmail.com>
matmilbury 3 năm trước cách đây
mục cha
commit
4ae655c368
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      contracts/security/PullPayment.sol

+ 1 - 1
contracts/security/PullPayment.sol

@@ -7,7 +7,7 @@ import "../utils/escrow/Escrow.sol";
 
 /**
  * @dev Simple implementation of a
- * https://consensys.github.io/smart-contract-best-practices/recommendations/#favor-pull-over-push-for-external-calls[pull-payment]
+ * https://consensys.github.io/smart-contract-best-practices/development-recommendations/general/external-calls/#favor-pull-over-push-for-external-calls[pull-payment]
  * strategy, where the paying contract doesn't interact directly with the
  * receiver account, which must withdraw its payments itself.
  *