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 4245554 commit ea9c8c8Copy full SHA for ea9c8c8
testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs
@@ -703,7 +703,7 @@ impl BitcoinRegtestController {
703
utxos_to_exclude: Option<UTXOSet>,
704
block_height: u64,
705
) -> Option<UTXOSet> {
706
- // if mock mining, do not even both requesting UTXOs
+ // if mock mining, do not even bother requesting UTXOs
707
if self.config.get_node_config().mock_mining {
708
return None;
709
}
0 commit comments