From dcd2c27b96ca6af3b9589ec9a78e5e4f9d6cd193 Mon Sep 17 00:00:00 2001 From: SimiHunjan Date: Wed, 30 Nov 2022 19:49:00 -0800 Subject: [PATCH] update automatic token association limit Signed-off-by: SimiHunjan --- services/crypto_create.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/crypto_create.proto b/services/crypto_create.proto index db2f9a3e..f9f8893b 100644 --- a/services/crypto_create.proto +++ b/services/crypto_create.proto @@ -131,7 +131,7 @@ message CryptoCreateTransactionBody { /** * The maximum number of tokens that an Account can be implicitly associated with. Defaults to 0 - * and up to a maximum value of 1000. + * and up to a maximum value of 5000. */ int32 max_automatic_token_associations = 14;