set destination address when for ledger window repair responses
This commit is contained in:
@@ -1016,7 +1016,12 @@ impl Crdt {
|
||||
if let Ok(entry) = ledger_window.get_entry(ix) {
|
||||
inc_new_counter!("crdt-window-request-ledger", 1);
|
||||
|
||||
let out = entry.to_blob(blob_recycler, Some(ix), Some(from.id));
|
||||
let out = entry.to_blob(
|
||||
blob_recycler,
|
||||
Some(ix),
|
||||
Some(from.id),
|
||||
Some(&from.contact_info.tvu_window),
|
||||
);
|
||||
|
||||
return Some(out);
|
||||
}
|
||||
|
Reference in New Issue
Block a user