We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a70c43 commit c424212Copy full SHA for c424212
testnet/stacks-node/src/tests/signer/v0.rs
@@ -7899,7 +7899,7 @@ fn block_validation_check_rejection_timeout_heuristic() {
7899
info!("------------------------- Test Setup -------------------------");
7900
let num_signers = 20;
7901
let timeout = Duration::from_secs(30);
7902
- let sender_sk = Secp256k1PrivateKey::new();
+ let sender_sk = Secp256k1PrivateKey::random();
7903
let sender_addr = tests::to_addr(&sender_sk);
7904
let send_amt = 100;
7905
let send_fee = 180;
0 commit comments