hedera-services
hedera-services copied to clipboard
feat: token airdrop three additional tests
HApi tests for token airdrop 1.Given a sender who is frozen for a FT When he signs a tokenAirdropTransaction for the same token Then the transaction should fail 2.Given a paused FT When a sender with enough FT balance signs a tokenAirdropTransaction for the same token Then the transaction should fail 3.Attempt to airdrop a token with more than 3 layers of custom fees
Related issue(s):
Fixes #14675 #14667 #14666