Skip to content

Commit

Permalink
Remove unused error definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Nov 28, 2023
1 parent 34734b1 commit 4ee3610
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/trust/TrustFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import "./Trust.sol";


contract TrustFactory {
error ErrorDeployingTrust(address _owner, address _beneficiary, uint256 _duration);

function addressOf(
address _owner,
address _beneficiary,
Expand Down

0 comments on commit 4ee3610

Please sign in to comment.