Skip to content

Commit b74cf10

Browse files
committed
Fix test_generate_markdown_with_real_fixture_data
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent cd1b4cc commit b74cf10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/tools/config-docs-generator/tests/fixtures/minimal_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
"referenced_constants": {
7575
"MinerConfig::mining_key": null,
7676
"NodeConfig::miner": null,
77-
"NodeConfig::mine_microblocks": null,
77+
"NodeConfig::mine_microblocks": null
7878
}
7979
}

stackslib/src/config/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ use crate::chainstate::stacks::MAX_BLOCK_LEN;
4747
use crate::config::chain_data::MinerStats;
4848
use crate::core::mempool::{MemPoolWalkSettings, MemPoolWalkStrategy, MemPoolWalkTxTypes};
4949
use crate::core::{
50-
MemPoolDB, StacksEpoch, StacksEpochExtension, StacksEpochId,
51-
CHAIN_ID_MAINNET, CHAIN_ID_TESTNET,
52-
PEER_VERSION_MAINNET, PEER_VERSION_TESTNET, STACKS_EPOCHS_REGTEST, STACKS_EPOCHS_TESTNET,
50+
MemPoolDB, StacksEpoch, StacksEpochExtension, StacksEpochId, CHAIN_ID_MAINNET,
51+
CHAIN_ID_TESTNET, PEER_VERSION_MAINNET, PEER_VERSION_TESTNET, STACKS_EPOCHS_REGTEST,
52+
STACKS_EPOCHS_TESTNET,
5353
};
5454
use crate::cost_estimates::fee_medians::WeightedMedianFeeRateEstimator;
5555
use crate::cost_estimates::fee_rate_fuzzer::FeeRateFuzzer;

0 commit comments

Comments
 (0)