Skip to content

Commit 799f347

Browse files
committed
fix: merge error
1 parent 59d133e commit 799f347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testnet/stacks-node/src/tests/nakamoto_integrations.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12036,7 +12036,6 @@ fn v3_transaction_api_endpoint() {
1203612036

1203712037
let password = "12345".to_string();
1203812038
conf.connection_options.auth_token = Some(password.clone());
12039-
conf.miner.wait_on_interim_blocks = Duration::from_secs(1);
1204012039
let stacker_sk = setup_stacker(&mut conf);
1204112040
let signer_sk = Secp256k1PrivateKey::random();
1204212041
let signer_addr = tests::to_addr(&signer_sk);

0 commit comments

Comments
 (0)