requires stakes for propagating crds values through gossip (#15561)

This commit is contained in:
behzad nouri
2021-03-12 15:50:14 +00:00
committed by GitHub
parent be99cef593
commit f2865dfd63
5 changed files with 149 additions and 21 deletions

View File

@@ -302,7 +302,7 @@ fn network_run_push(
let mut node_lock = node.lock().unwrap();
let timeouts = node_lock.make_timeouts_test();
node_lock.purge(thread_pool, now, &timeouts);
node_lock.new_push_messages(vec![], now)
(node_lock.id, node_lock.new_push_messages(vec![], now))
})
.collect();
let transfered: Vec<_> = requests