Skip to content

fix: correct setCustomFeeLimits method name in submit-message docs#658

Open
theekrystallee wants to merge 1 commit into
mainfrom
fix/submit-message-custom-fee-limits
Open

fix: correct setCustomFeeLimits method name in submit-message docs#658
theekrystallee wants to merge 1 commit into
mainfrom
fix/submit-message-custom-fee-limits

Conversation

@theekrystallee

Copy link
Copy Markdown
Member

fixes the custom-fee method name in the "submit a message" docs. the page used
setMaxCustomFees / setCustomFees, neither of which exists on
TopicMessageSubmitTransaction. the correct method is setCustomFeeLimits.

resolves #104.

changes

native/consensus/submit-message.mdx — updated prose, the transaction fees
bullet, and the java/javascript/go/rust code samples to use the
language-idiomatic setCustomFeeLimits.

verification

confirmed against sdk source (main): java setCustomFeeLimits, js
setCustomFeeLimits, go SetCustomFeeLimits, rust custom_fee_limits.
setMaxCustomFees exists in none of them.

Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
@theekrystallee theekrystallee self-assigned this Jun 17, 2026
@theekrystallee theekrystallee requested review from a team as code owners June 17, 2026 22:09
@mintlify

mintlify Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hedera-docs 🟢 Ready View Preview Jun 17, 2026, 10:18 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

submit-a-message - setMaxCustomFees is not a function

1 participant