瀏覽代碼

Improve IRelayRecipient no-impl note

(cherry picked from commit e855ca450a1f55202e5461a6a7ba7038a32eca3c)
Nicolás Venturo 6 年之前
父節點
當前提交
7d1c5eb71b
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      contracts/GSN/IRelayRecipient.sol

+ 3 - 2
contracts/GSN/IRelayRecipient.sol

@@ -1,8 +1,9 @@
 pragma solidity ^0.5.0;
 
 /**
- * @dev Base interface for a contract that will be called via the GSN from {IRelayHub}. Do not use directly, inherit from
- * {GSNRecipient} instead.
+ * @dev Base interface for a contract that will be called via the GSN from {IRelayHub}.
+ *
+ * TIP: You don't need to write an implementation yourself! Inherit from {GSNRecipient} instead.
  */
 contract IRelayRecipient {
     /**