Skip to content

Commit

Permalink
Update the flag for txpool chain count.
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Oct 23, 2024
1 parent 481d4bb commit 4c3b2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fuel-core/src/cli/run/tx_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct TxPoolArgs {
pub tx_max_total_bytes: usize,

/// The max number of tx in a chain of dependent transactions that supported by the `TxPool`.
#[clap(long = "tx-max-depth", default_value = "32", env)]
#[clap(long = "tx-max-chain-count", default_value = "32", env)]
pub tx_max_chain_count: usize,

/// The maximum number of active subscriptions that supported by the `TxPool`.
Expand Down

0 comments on commit 4c3b2c8

Please sign in to comment.