Skip to content

Commit

Permalink
Merge branch 'batch_erc721' of ssh://github.com/taikoxyz/taiko-mono i…
Browse files Browse the repository at this point in the history
…nto batch_erc721
  • Loading branch information
dantaik committed May 9, 2024
2 parents abd90dd + 0fc2024 commit 0d7a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/tokenvault/BridgedERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ contract BridgedERC20 is EssentialContract, IBridgedERC20, ERC20Upgradeable {
}

/// @dev Transfers tokens then burn.
/// @param _from The acount to burn token from.
/// @param _from The account to burn token from.
/// @param _amount Amount of tokens to burn respectively.
function transferToBurn(
address _from,
Expand Down

0 comments on commit 0d7a806

Please sign in to comment.