mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
Update testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs
Co-authored-by: Brice Dobry <brice@obycode.com>
This commit is contained in:
@@ -703,7 +703,7 @@ impl BitcoinRegtestController {
|
||||
utxos_to_exclude: Option<UTXOSet>,
|
||||
block_height: u64,
|
||||
) -> Option<UTXOSet> {
|
||||
// if mock mining, do not even both requesting UTXOs
|
||||
// if mock mining, do not even bother requesting UTXOs
|
||||
if self.config.get_node_config().mock_mining {
|
||||
return None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user