Skip to content

Commit e2db3a4

Browse files
committed
test: reduce amount in test
1 parent de03286 commit e2db3a4

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
@@ -3412,7 +3412,7 @@ mod tests {
34123412
let btc_controller = BitcoinRegtestController::new(config.clone(), None);
34133413
btc_controller.bootstrap_chain(101); // one utxo exists
34143414

3415-
let too_much_required = 1_000_000_000_000_000_000;
3415+
let too_much_required = 10_000_000_000;
34163416
let utxos = btc_controller.get_utxos(
34173417
StacksEpochId::Epoch31,
34183418
&miner_pubkey,

0 commit comments

Comments
 (0)