Improve IRelayRecipient no-impl note

pull/1907/head
Nicolás Venturo 6 years ago
parent 1efa9f6281
commit e855ca450a
  1. 5
      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 {
/**

Loading…
Cancel
Save