Improve IRelayRecipient no-impl note

This commit is contained in:
Nicolás Venturo
2019-08-30 17:54:08 -03:00
parent 1efa9f6281
commit e855ca450a

View File

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