Skip to content

Commit e131151

Browse files
committed
Update bitcoin_mining.rs
1 parent e9dddbe commit e131151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testnet/stacks-node/src/tests/signer/commands/bitcoin_mining.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ impl Command<SignerTestState, SignerTestContext> for MinerMineBtcBlocks {
6262
prop_oneof![
6363
Just(CommandWrapper::new(MinerMineBtcBlocks::one(ctx.clone()))),
6464
(2u64..5u64).prop_map({
65-
let ctx = ctx.clone();
6665
move |num_blocks| {
6766
CommandWrapper::new(MinerMineBtcBlocks::multiple(ctx.clone(), num_blocks))
6867
}
@@ -128,7 +127,6 @@ impl Command<SignerTestState, SignerTestContext> for ChainGenerateBtcBlocks {
128127
ctx.clone()
129128
))),
130129
(2u64..=5u64).prop_map({
131-
let ctx = ctx.clone();
132130
move |num_blocks| {
133131
CommandWrapper::new(ChainGenerateBtcBlocks::multiple(ctx.clone(), num_blocks))
134132
}

0 commit comments

Comments
 (0)