Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed May 9, 2024
1 parent 1c5e43e commit e7501e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/collator/Deposit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ contract Deposit is ERC721, ERC721URIStorage, ERC721Burnable {

constructor() ERC721("Deposit NFT", "DPS") EIP712("Deposit NFT", "1") {}

function votesOf(uint256 tokenId) public view virtual returns (uint256) {
return assetsOf[tokenId];
}

function lock() external payable {
require(msg.value > 0);
_mint(msg.sender, msg.value);
Expand Down

0 comments on commit e7501e6

Please sign in to comment.