Skip to content

Commit

Permalink
more update
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Sep 29, 2023
1 parent c492e57 commit 1b0bde0
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 81 deletions.
2 changes: 1 addition & 1 deletion crates/katana/core/src/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl KatanaSequencer {
};

let messaging = if let Some(config) = config.messaging.clone() {
MessagingService::new(config, Arc::clone(&backend), Arc::clone(&pool)).await.ok()
MessagingService::new(config, Arc::clone(&backend)).await.ok()
} else {
None
};
Expand Down
Loading

0 comments on commit 1b0bde0

Please sign in to comment.