Skip to content

Commit 21947d4

Browse files
authored
Merge branch 'develop' into feat/monitor-signers-cli-command
2 parents a420fb4 + f3f2e57 commit 21947d4

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
@@ -669,7 +669,7 @@ impl BitcoinRegtestController {
669669
max_conf.into(),
670670
filter_addresses.clone().into(),
671671
true.into(),
672-
json!({ "minimumAmount": minimum_amount }),
672+
json!({ "minimumAmount": minimum_amount, "maximumCount": self.config.burnchain.max_unspent_utxos }),
673673
],
674674
id: "stacks".to_string(),
675675
jsonrpc: "2.0".to_string(),

0 commit comments

Comments
 (0)