hedera-protobufs-java icon indicating copy to clipboard operation
hedera-protobufs-java copied to clipboard

Reject invalid number of automatic association slots

Open anighanta opened this issue 4 years ago • 0 comments

Problem

During a CryptoCreate or CryptoUpdate, if the proposed automatic association slots is more than the allowed tokenAssociations on the network, we should fail with REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT

Solution

Add a new response code REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT

Original issue : https://github.com/hashgraph/hedera-protobufs/issues/85

Alternatives

No response

anighanta avatar Aug 31 '21 20:08 anighanta