Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Blockstream/electrs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e684d5a7bbcf5e6bc32791ca7cded6d1488d63c
Choose a base ref
..
head repository: Blockstream/electrs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8e75b674e7126f8b744441fb7d561e2b342d53a1
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/electrum/server.rs
1 change: 0 additions & 1 deletion src/electrum/server.rs
Original file line number Diff line number Diff line change
@@ -590,7 +590,6 @@ impl Connection {

fn parse_requests(mut reader: BufReader<TcpStream>, tx: &SyncSender<Message>) -> Result<()> {
loop {
warn!("parse request loop");
let mut line = Vec::<u8>::new();
reader
.read_until(b'\n', &mut line)