Skip to content

Commit f3f2e57

Browse files
authored
Merge pull request #5223 from stacks-network/fix/listunspent
fix: use `max_unspent_utxos` in `get_all_utxos`
2 parents 02054f6 + 24bb08c commit f3f2e57

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)