File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testnet/stacks-node/src/tests/signer/commands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
mod context;
2
2
3
+ mod bitcoin_mining;
3
4
mod block_commit;
4
5
mod block_wait;
5
6
mod boot;
6
7
mod commit_ops;
7
- mod mining;
8
8
mod shutdown;
9
9
mod stacks_mining;
10
10
mod transfer;
11
11
12
12
pub use context:: SignerTestContext ;
13
13
14
+ pub use bitcoin_mining:: { MineBitcoinBlock , MineBitcoinBlockTenureChangePrimaryMiner } ;
14
15
pub use block_commit:: { SubmitBlockCommitPrimaryMiner , SubmitBlockCommitSecondaryMiner } ;
15
16
pub use block_wait:: { WaitForBlockFromMiner1 , WaitForBlockFromMiner2 } ;
16
17
pub use boot:: BootToEpoch3 ;
17
18
pub use commit_ops:: { SkipCommitOpPrimaryMiner , SkipCommitOpSecondaryMiner } ;
18
- pub use mining:: { MineBitcoinBlock , MineBitcoinBlockTenureChangePrimaryMiner } ;
19
19
pub use shutdown:: ShutdownMiners ;
20
20
pub use stacks_mining:: { PauseStacksMining , ResumeStacksMining } ;
21
21
pub use transfer:: SendTransferTx ;
You can’t perform that action at this time.
0 commit comments