Fix block propagation between non-collator nodes (#363)

* Create builder for test nodes

* Fix syncing issue

* Adds missing file
This commit is contained in:
Bastian Köcher
2021-03-11 22:29:19 +01:00
committed by GitHub
parent 321b4434ac
commit 64061a4117
12 changed files with 445 additions and 271 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ where
let announce_block = {
let network = network.clone();
Arc::new(move |hash, data| network.announce_block(hash, Some(data)))
Arc::new(move |hash, data| network.announce_block(hash, data))
};
if validator {