stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 667 forks source link

fix: Mock miner replay CI failure #5096

Closed jbencin closed 1 month ago

jbencin commented 1 month ago

Description

mock_miner_replay() was passing locally but failing in CI. Removing the line

btcd_controller.stop_bitcoind().unwrap();

somehow fixes this

Thanks @wileyj for finding this!

wileyj commented 1 month ago

woo! https://github.com/stacks-network/stacks-core/actions/runs/10479713514/job/29026365037?pr=5096