Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
princetonbishop committed Nov 15, 2023
1 parent 994cbb4 commit b07489a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions protocol/contracts/nexus/BaseSacrifice.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ abstract contract BaseSacrifice is IBaseSacrifice, ElevatedAccess {
emit CustomPriceSet(customPrice);
}

/*
* @notice Sacrifice tokens to mint a Relic
* Caller must approve contract to spend tokens
* @param enclaveId Enclave ID
* @param to Relic recipient
*/
// function sacrifice(uint256 enclaveId, address to) external virtual {}

/*
* @notice Get amount of tokens to mint a Relic
* @return Relic price
Expand Down

0 comments on commit b07489a

Please sign in to comment.