Skip to content

Commit

Permalink
Code423n4 #32, WithdrawnBatch not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Splidge committed Jun 16, 2021
1 parent 1e70379 commit c1bd004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/nfthubs/RCNftHubL2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ contract RCNftHubL2 is
/// @dev matic mintable asset requirements
bytes32 public constant DEPOSITOR_ROLE = keccak256("DEPOSITOR_ROLE");
mapping(uint256 => bool) public withdrawnTokens;
event WithdrawnBatch(address indexed user, uint256[] tokenIds);
event TransferWithMetadata(
address indexed from,
address indexed to,
Expand Down

0 comments on commit c1bd004

Please sign in to comment.