Skip to content

Commit 657bc00

Browse files
committed
chore: expose start_bitcoind errors
1 parent ff1bb44 commit 657bc00

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11206,7 +11206,6 @@ fn bitcoin_reorg_flap() {
1120611206
let mut btcd_controller = BitcoinCoreController::new(conf.clone());
1120711207
btcd_controller
1120811208
.start_bitcoind()
11209-
.map_err(|_e| ())
1121011209
.expect("Failed starting bitcoind");
1121111210

1121211211
let mut btc_regtest_controller = BitcoinRegtestController::new(conf.clone(), None);
@@ -11255,7 +11254,6 @@ fn bitcoin_reorg_flap() {
1125511254
let mut btcd_controller = BitcoinCoreController::new(conf.clone());
1125611255
btcd_controller
1125711256
.start_bitcoind()
11258-
.map_err(|_e| ())
1125911257
.expect("Failed starting bitcoind");
1126011258

1126111259
let btc_regtest_controller = BitcoinRegtestController::new(conf.clone(), None);
@@ -11279,7 +11277,6 @@ fn bitcoin_reorg_flap() {
1127911277

1128011278
btcd_controller
1128111279
.start_bitcoind()
11282-
.map_err(|_e| ())
1128311280
.expect("Failed starting bitcoind");
1128411281

1128511282
for _i in 0..5 {
@@ -11295,7 +11292,6 @@ fn bitcoin_reorg_flap() {
1129511292
let btc_regtest_controller = BitcoinRegtestController::new(conf.clone(), None);
1129611293
btcd_controller
1129711294
.start_bitcoind()
11298-
.map_err(|_e| ())
1129911295
.expect("Failed starting bitcoind");
1130011296

1130111297
// carry out the flap back to fork A

0 commit comments

Comments
 (0)