We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e9cfe commit 3d93ef5Copy full SHA for 3d93ef5
1 file changed
stackslib/src/chainstate/stacks/db/mod.rs
@@ -2945,9 +2945,11 @@ pub mod test {
2945
/// chain advances; use [`with_all_costs`](Self::with_all_costs) to deploy
2946
/// them at genesis instead.
2947
///
2948
- /// Required (via [`new`](Self::new)): `mainnet`, `chain_id`, `test_name`.
2949
- /// Optional knobs: [`with_balances`](Self::with_balances),
2950
- /// [`with_all_costs`](Self::with_all_costs).
+ /// Required (via [`new`](Self::new)): `mainnet`, `test_name`.
+ /// Optional knobs:
+ /// - [`with_chain_id`](Self::with_chain_id),
2951
+ /// - [`with_balances`](Self::with_balances),
2952
+ /// - [`with_all_costs`](Self::with_all_costs).
2953
pub struct TestChainstateBuilder {
2954
mainnet: bool,
2955
chain_id: u32,
0 commit comments