Skip to content

Commit

Permalink
feat(models): remove msg_state_update from finalize wu params
Browse files Browse the repository at this point in the history
  • Loading branch information
serejkaaa512 committed Dec 6, 2024
1 parent 42bd0ff commit 9e44841
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/models/config/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ pub struct WorkUnitsParamsExecute {
/// serialize_msg:uint16
/// state_update_min:uint32
/// state_update_accounts:uint32
/// state_update_msg:uint16
/// = WorkUnitsParamsFinalize;
/// ```
#[cfg(feature = "tycho")]
Expand All @@ -699,8 +698,6 @@ pub struct WorkUnitsParamsFinalize {
pub state_update_min: u32,
/// TODO: Add docs.
pub state_update_accounts: u32,
/// TODO: Add docs.
pub state_update_msg: u16,
}

/// DAG Consensus configuration params
Expand Down

0 comments on commit 9e44841

Please sign in to comment.