Skip to content

Commit 836a97a

Browse files
committed
CRC: remove dead code
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 4c311bb commit 836a97a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

stacks-signer/src/client/stacks_client.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ pub struct StacksClient {
7878

7979
#[derive(Deserialize)]
8080
struct GetStackersErrorResp {
81-
#[allow(dead_code)]
82-
err_type: String,
8381
err_msg: String,
8482
}
8583

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ fn bitcoind_forking_test() {
13121312
.btc_regtest_controller
13131313
.build_next_block(4);
13141314

1315-
info!("Wait for block off of shallow fork");
1315+
info!("Wait for block off of deeper fork");
13161316
thread::sleep(Duration::from_secs(15));
13171317

13181318
// we need to mine some blocks to get back to being considered a frequent miner

0 commit comments

Comments
 (0)