Skip to content

Commit 3d93ef5

Browse files
crc: fix docstring
1 parent f0e9cfe commit 3d93ef5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • stackslib/src/chainstate/stacks/db

stackslib/src/chainstate/stacks/db/mod.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,9 +2945,11 @@ pub mod test {
29452945
/// chain advances; use [`with_all_costs`](Self::with_all_costs) to deploy
29462946
/// them at genesis instead.
29472947
///
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).
2948+
/// Required (via [`new`](Self::new)): `mainnet`, `test_name`.
2949+
/// Optional knobs:
2950+
/// - [`with_chain_id`](Self::with_chain_id),
2951+
/// - [`with_balances`](Self::with_balances),
2952+
/// - [`with_all_costs`](Self::with_all_costs).
29512953
pub struct TestChainstateBuilder {
29522954
mainnet: bool,
29532955
chain_id: u32,

0 commit comments

Comments
 (0)