Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-500: Accept the proposal of enhanced logging and safer sending http requests to the blockchain service #65

Merged
merged 18 commits into from
Nov 7, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
MoreInstrumentation: new Rust fix, I forgot about this recent event
  • Loading branch information
bertllll committed Oct 22, 2021
commit 394ae9d4d8c3ae0721f91cf717896bd7c4fcb03e
1 change: 1 addition & 0 deletions masq/src/command_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pub struct CommandProcessorReal {
}

impl CommandProcessor for CommandProcessorReal {
#[allow(clippy::branches_sharing_code)]
fn process(&mut self, command: Box<dyn Command>) -> Result<(), CommandError> {
if let Some(synchronizer) = self.context.terminal_interface.clone() {
let _lock = synchronizer.lock();
Expand Down