Skip to content
New issue

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

Make the maximum number of token associations for an account 5000 instead of 1000 #171

Conversation

rwalworth
Copy link
Contributor

Description:
This PR fixes a small issue where the number of maximum token associations was improperly set to 1,000 when it should be 5,000 (according to hashgraph/hedera-protobufs#247).

Related issue(s):

Fixes #161

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@rwalworth rwalworth added the Bug A error that causes the feature to behave differently than what was expected based on design docs label Jan 18, 2023
@rwalworth rwalworth self-assigned this Jan 18, 2023
Copy link
Contributor

@deyanzz deyanzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rwalworth rwalworth merged commit dd950cd into main Jan 19, 2023
@rwalworth rwalworth deleted the 00161-maximum-number-of-token-associations-for-an-account-is-5000-not-1000 branch January 19, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maximum number of token associations for an account is 5,000, not 1,000.
2 participants