set destination address when for ledger window repair responses
This commit is contained in:
@@ -399,7 +399,7 @@ impl Block for [Entry] {
|
||||
|
||||
fn to_blobs(&self, blob_recycler: &packet::BlobRecycler, q: &mut VecDeque<SharedBlob>) {
|
||||
for entry in self {
|
||||
let blob = entry.to_blob(blob_recycler, None, None);
|
||||
let blob = entry.to_blob(blob_recycler, None, None, None);
|
||||
q.push_back(blob);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user