Skip to content

Commit ab47e6c

Browse files
committed
add virtual to batchBurn
1 parent 3e7a044 commit ab47e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ERC1155SeaDrop.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ contract ERC1155SeaDrop is ERC1155SeaDropContractOfferer {
6868
address from,
6969
uint256[] calldata ids,
7070
uint256[] calldata amounts
71-
) external {
71+
) external virtual {
7272
// Burn the tokens.
7373
_batchBurn(msg.sender, from, ids, amounts);
7474
}

0 commit comments

Comments
 (0)