more review comments

This commit is contained in:
Pankaj Garg 2019-03-11 11:56:18 -07:00
parent 55f660d5f9
commit e201136eee
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ impl BankingStage {
.iter()
.flat_map(|(p, start_index)| &p.packets[**start_index..])
.collect();
let blobs = packet::packets_to_blobs(&packets[..]);
let blobs = packet::packets_to_blobs(&packets);
for blob in blobs {
socket.send_to(&blob.data[..blob.meta.size], forwarder)?;