Skip to content

Commit

Permalink
fixes compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Jul 12, 2024
1 parent 27e77b7 commit 21eee5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ impl StartCmd {

#[cfg(not(feature = "indexer-rpcs"))]
// Spawn a dummy indexer rpc task which doesn't do anything and never finishes.
let indexer_rpc_task_handle: tokio::task::JoinHandle<Result<(), BoxError>> =
let indexer_rpc_task_handle: tokio::task::JoinHandle<Result<(), tower::BoxError>> =
tokio::spawn(std::future::pending().in_current_span());

// Start concurrent tasks which don't add load to other tasks
Expand Down

0 comments on commit 21eee5c

Please sign in to comment.