The first data api specifies comments field is a maximum of 1024 characters. Sometimes if you send a very long comment it will reject the transaction with:
Error Code: SGS-002301: Comments string is too large
Limit the length of comments in our module to 1024 chars to prevent this error.
Comments
Comment #1
jrust commentedDidn't see that this had already been addressed in #1104808. After some testing found that it works fine up to about 1,000 characters, so I updated the length limit.