Skip to content

Commit

Permalink
interfaces inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango committed Jul 3, 2023
1 parent d45af6f commit 8b34eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ abstract contract JBPayoutRedemptionPaymentTerminal3_1_1 is
JBSingleTokenPaymentTerminal,
JBOperatable,
Ownable,
IJBPayoutRedemptionPaymentTerminal3_1,
IJBPayoutRedemptionPaymentTerminal3_1_1
{
// A library that parses the packed funding cycle metadata into a friendlier format.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import {JBDidRedeemData3_1_1} from './../structs/JBDidRedeemData3_1_1.sol';
import {JBDidPayData3_1_1} from './../structs/JBDidPayData3_1_1.sol';
import {IJBPayDelegate3_1_1} from './IJBPayDelegate3_1_1.sol';
import {IJBRedemptionDelegate3_1_1} from './IJBRedemptionDelegate3_1_1.sol';
import {IJBPayoutRedemptionPaymentTerminal3_1} from './IJBPayoutRedemptionPaymentTerminal3_1.sol';

interface IJBPayoutRedemptionPaymentTerminal3_1_1 {
interface IJBPayoutRedemptionPaymentTerminal3_1_1 is IJBPayoutRedemptionPaymentTerminal3_1 {
event DelegateDidRedeem(
IJBRedemptionDelegate3_1_1 indexed delegate,
JBDidRedeemData3_1_1 data,
Expand Down

0 comments on commit 8b34eb5

Please sign in to comment.