Skip to content

Commit

Permalink
Remove destroy function and tests to make this truly decentralized.. F…
Browse files Browse the repository at this point in the history
  • Loading branch information
dafky2000 committed Feb 16, 2018
1 parent 07c0ec1 commit d7ccb61
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 542 deletions.
4 changes: 0 additions & 4 deletions contracts/land/LANDRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ contract LANDRegistry is Storage,
}
}

function destroy(uint256 assetId) onlyOwner public {
_destroy(assetId);
}

//
// Inactive keys after 1 year lose ownership
//
Expand Down
Loading

0 comments on commit d7ccb61

Please sign in to comment.