Skip to content

Commit

Permalink
Merge pull request #4354 from howjmay/clear-comment
Browse files Browse the repository at this point in the history
* Make comment more clear

* fmt

---------

Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
thibault-martinez and thibault-martinez authored Dec 11, 2024
2 parents b45cbce + 432f8c4 commit 6edd6cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions crates/iota-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -898,9 +898,10 @@ pub struct ProtocolConfig {
/// version.
random_beacon_dkg_version: Option<u64>,

/// The maximum serialised transaction size (in bytes) accepted by
/// consensus. That should be bigger than the `max_tx_size_bytes` with
/// some additional headroom.
/// The maximum serialized transaction size (in bytes) accepted by
/// consensus. `consensus_max_transaction_size_bytes` should include
/// space for additional metadata, on top of the `max_tx_size_bytes`
/// value.
consensus_max_transaction_size_bytes: Option<u64>,
/// The maximum size of transactions included in a consensus block.
consensus_max_transactions_in_block_bytes: Option<u64>,
Expand Down

0 comments on commit 6edd6cd

Please sign in to comment.