We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the code
axelar-examples/examples/evm/its-custom-token/CustomToken.sol
Lines 82 to 88 in 1c8c8fa
be replaced by
function _spendAllowance(address sender, address spender, uint256 amount) internal override (ERC20, InterchainTokenStandard) { ERC20._spendAllowance(sender, spender, amount); }
?
Or was there a reason not to use the built-in _spendAllowance in ERC20?
_spendAllowance
ERC20
The text was updated successfully, but these errors were encountered:
npty
No branches or pull requests
Can the code
axelar-examples/examples/evm/its-custom-token/CustomToken.sol
Lines 82 to 88 in 1c8c8fa
be replaced by
?
Or was there a reason not to use the built-in
_spendAllowance
inERC20
?The text was updated successfully, but these errors were encountered: