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

docs: hip-991 protobuf documentation fix #15567

Open
wants to merge 1 commit into
base: hip-991-topic-fees
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions hapi/hedera-protobufs/services/consensus_update_topic.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,8 @@ message ConsensusUpdateTopicTransactionBody {
* <p>
* If set, subsequent consensus_update_topic transactions signed with this
* key MAY update or delete the custom fees for this topic.<br/>
* If this field is set to a valid 'Key', the admin key and the new
* key MUST both sign this transaction.<br/>
* If this field is set to a valid 'Key', the previous value SHALL be
* replaced.<br/>
* If set to a 'Key' containing an empty 'KeyList', the admin key MUST sign
* this transaction.<br/>
* If this field is set, the admin key MUST sign this transaction.<br/>
* If this field is set, the previous value SHALL be replaced.<br/>
* If set to a 'Key' containing an empty 'KeyList', the previous value
* SHALL be cleared.<br/>
* If not set, the current key SHALL NOT change.<br/>
Expand Down
Loading