Skip to content

Commit ea9c8c8

Browse files
ASuciuXobycode
andauthored
Update testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs
Co-authored-by: Brice Dobry <[email protected]>
1 parent 4245554 commit ea9c8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ impl BitcoinRegtestController {
703703
utxos_to_exclude: Option<UTXOSet>,
704704
block_height: u64,
705705
) -> Option<UTXOSet> {
706-
// if mock mining, do not even both requesting UTXOs
706+
// if mock mining, do not even bother requesting UTXOs
707707
if self.config.get_node_config().mock_mining {
708708
return None;
709709
}

0 commit comments

Comments
 (0)