Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion crates/services/tx_status_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ tracing = { workspace = true }
[dev-dependencies]
fuel-core-services = { workspace = true, features = ["test-helpers"] }
fuel-core-tx-status-manager = { path = ".", features = ["test-helpers"] }
fuel-core-types = { path = "./../../types", features = ["test-helpers"] }
fuel-core-types = { path = "./../../types", features = [
"test-helpers",
"serde",
] }
mockall = { workspace = true }
postcard = { workspace = true }
proptest = { workspace = true }
test-case = { workspace = true }
test-strategy = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/services/tx_status_manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mod tx_status_stream;
mod update_sender;
pub mod utils;

pub use manager::TxStatusManager;
pub use service::{
new_service,
SharedData,
Expand Down
Loading
Loading