Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Revert "Add test func to AccountsCreateEndowment"
Browse files Browse the repository at this point in the history
This reverts commit 4c354f0.
  • Loading branch information
0xNeshi committed Jul 27, 2023
1 parent 4c354f0 commit 96db142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions contracts/core/accounts/facets/AccountsCreateEndowment.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ contract AccountsCreateEndowment is
ReentrancyGuardFacet,
IAccountsEvents
{
function get() public pure returns (uint32) {
return 0;
}

/**
* @notice This function creates an endowment
* @dev creates an endowment based on parameters and setups a dao if required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ pragma solidity ^0.8.16;
import {AccountMessages} from "../message.sol";

interface IAccountsCreateEndowment {
function get() external returns (uint32);

function createEndowment(
AccountMessages.CreateEndowmentRequest memory details
) external returns (uint32);
Expand Down

0 comments on commit 96db142

Please sign in to comment.