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 e8cc2a2 commit 0606023Copy full SHA for 0606023
stackslib/src/config/mod.rs
@@ -2251,7 +2251,10 @@ pub struct NodeConfig {
2251
/// @notes: |
2252
/// - Values are strings representing qualified contract identifiers.
2253
/// @toml_example: |
2254
- /// stacker_dbs = ["SP000000000000000000002Q6VF78.pox-3", "SP2C2YFP12AJZB4M4KUPSTMZQR0SNHNPH204SCQJM.stx-oracle-v1"]
+ /// stacker_dbs = [
2255
+ /// "SP000000000000000000002Q6VF78.pox-3",
2256
+ /// "SP2C2YFP12AJZB4M4KUPSTMZQR0SNHNPH204SCQJM.stx-oracle-v1"
2257
+ /// ]
2258
pub stacker_dbs: Vec<QualifiedContractIdentifier>,
2259
/// Enables the transaction index, which maps transaction IDs to the blocks containing them.
2260
/// Setting this to `true` allows the use of RPC endpoints that look up transactions by ID
0 commit comments