From e855ca450a1f55202e5461a6a7ba7038a32eca3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Fri, 30 Aug 2019 17:54:08 -0300 Subject: [PATCH] Improve IRelayRecipient no-impl note --- contracts/GSN/IRelayRecipient.sol | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contracts/GSN/IRelayRecipient.sol b/contracts/GSN/IRelayRecipient.sol index 377390dd9..015f8d83f 100644 --- a/contracts/GSN/IRelayRecipient.sol +++ b/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 { /**