Skip to content

Commit

Permalink
[StateAccumulator] Remove v2 disable functionality from node config
Browse files Browse the repository at this point in the history
  • Loading branch information
williampsmith committed Jul 24, 2024
1 parent 5935eab commit f348184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sui-config/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ pub struct NodeConfig {
#[serde(default)]
pub execution_cache: ExecutionCacheConfig,

// make it so this cannot be set in the config file
#[serde(skip)]
#[serde(default = "bool_true")]
pub state_accumulator_v2: bool,

Expand Down

0 comments on commit f348184

Please sign in to comment.