Skip to content

Commit

Permalink
🔥 Muhahah
Browse files Browse the repository at this point in the history
  • Loading branch information
jaczkal committed Sep 20, 2023
1 parent 0804864 commit 79bb9f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/Dungeon.sol
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ contract Dungeon {
Helper part
*/

// TODO this will be deprecated
function getTraps() external view returns (uint256) {
return $traps;
}

function _attempt(bool condition, uint256 value, address to, string memory good, string memory bad) private {
if (condition) {
Expand Down

0 comments on commit 79bb9f0

Please sign in to comment.