Skip to content

Commit

Permalink
Removing unnecessary json! call
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1-dev committed Feb 20, 2024
1 parent 6a1abfa commit 5b23f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electrum/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ impl Connection {
"port": self.addr.port(),
}),
);
println!("ELECTRUM-RPC-LOGGER: {}", json!(log));
println!("ELECTRUM-RPC-LOGGER: {}", log);
}

fn send_values(&mut self, values: &[Value]) -> Result<()> {
Expand Down

0 comments on commit 5b23f0a

Please sign in to comment.