Skip to content

Commit 34d26c3

Browse files
committed
chore: more rebase fixes
1 parent 6b2e2a2 commit 34d26c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/proof/statements/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ strata-asm-params = { workspace = true, optional = true }
1818
strata-asm-spec.workspace = true
1919
strata-asm-stf.workspace = true
2020
strata-btc-types = { workspace = true, optional = true }
21-
strata-identifiers.workspace = true
21+
strata-identifiers = { workspace = true, optional = true }
2222
strata-l1-txfmt = { workspace = true, optional = true }
2323
strata-predicate.workspace = true
2424
strata-test-utils-btc = { workspace = true, optional = true }

crates/worker/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::sync::Arc;
22

3-
use bitcoin::{Block, hashes::Hash};
3+
use bitcoin::Block;
44
use strata_asm_common::{
55
AnchorState, AsmHistoryAccumulatorState, AuxData, ChainViewState, HeaderVerificationState,
66
};

0 commit comments

Comments
 (0)