Skip to content

Commit 4aeb7c1

Browse files
committed
Merge branch 'chore/enhance-config-docs' into feat/config-docs-generator
2 parents d5084f9 + 0606023 commit 4aeb7c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stackslib/src/config/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,10 @@ pub struct NodeConfig {
22512251
/// @notes: |
22522252
/// - Values are strings representing qualified contract identifiers.
22532253
/// @toml_example: |
2254-
/// stacker_dbs = ["SP000000000000000000002Q6VF78.pox-3", "SP2C2YFP12AJZB4M4KUPSTMZQR0SNHNPH204SCQJM.stx-oracle-v1"]
2254+
/// stacker_dbs = [
2255+
/// "SP000000000000000000002Q6VF78.pox-3",
2256+
/// "SP2C2YFP12AJZB4M4KUPSTMZQR0SNHNPH204SCQJM.stx-oracle-v1"
2257+
/// ]
22552258
pub stacker_dbs: Vec<QualifiedContractIdentifier>,
22562259
/// Enables the transaction index, which maps transaction IDs to the blocks containing them.
22572260
/// Setting this to `true` allows the use of RPC endpoints that look up transactions by ID

0 commit comments

Comments
 (0)