Skip to content

Commit

Permalink
test: distributor impl
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Oct 19, 2024
1 parent bd4442f commit 0ec8896
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion contracts/interfaces/assets/IContentReferendum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ import { IContentVerifiable } from "contracts/interfaces/assets/IContentVerifiab
/// @title IContentReferendum
/// @notice Interface manage content registration, roles, and verifications within a referendum context.
interface IContentReferendum is IContentRegistrable, IContentRoleManager, IContentVerifiable {}

2 changes: 1 addition & 1 deletion contracts/interfaces/economics/ITreasury.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { IBalanceWithdrawable } from "contracts/interfaces/IBalanceWithdrawable.

/// @title ITreasury Interface
/// @notice Defines the standard functions for a Treasury contract.
/// Each contract should represent a single specific role with a clear responsibility and
/// Each contract should represent a single specific role with a clear responsibility and
/// may only assign generic roles that complement its primary purpose.
interface ITreasury is IBalanceVerifiable, IBalanceWithdrawable {
/// @notice Retrieves the vault address where operational funds or profits are stored.
Expand Down

0 comments on commit 0ec8896

Please sign in to comment.