mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-06 01:01:14 +03:00
small speed optimization for header sync (#1719)
This commit is contained in:
parent
4f462cdfdc
commit
d3589d1bf5
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ impl MessageHandler for Protocol {
|
|||
let headers: Headers = headers_streaming_body(
|
||||
conn,
|
||||
msg.header.msg_len,
|
||||
8,
|
||||
32,
|
||||
&mut total_read,
|
||||
&mut reserved,
|
||||
header_size,
|
||||
|
|
Loading…
Add table
Reference in a new issue