Skip to content

Commit

Permalink
add virtual to batchBurn
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Jun 10, 2024
1 parent 3e7a044 commit ab47e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ERC1155SeaDrop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ contract ERC1155SeaDrop is ERC1155SeaDropContractOfferer {
address from,
uint256[] calldata ids,
uint256[] calldata amounts
) external {
) external virtual {
// Burn the tokens.
_batchBurn(msg.sender, from, ids, amounts);
}
Expand Down

0 comments on commit ab47e6c

Please sign in to comment.