bugfix: use correct reserved bytes when parsing LpHeader (#6398)
This commit is contained in:
committed by
GitHub
parent
76ce1bc0f9
commit
9d661e7a7b
@@ -265,7 +265,7 @@ impl LpHeader {
|
||||
|
||||
Ok(LpHeader {
|
||||
protocol_version,
|
||||
reserved: [0u8; 3],
|
||||
reserved,
|
||||
receiver_idx,
|
||||
counter,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user