no flag also

This commit is contained in:
Nikolay Volf
2016-03-17 14:56:19 +01:00
committed by arkpar
parent 56e977b425
commit 3847f8a9fc
6 changed files with 14 additions and 18 deletions

View File

@@ -168,6 +168,6 @@ impl TestNet {
pub fn trigger_chain_new_blocks(&mut self, peer_id: usize) {
let mut peer = self.peer_mut(peer_id);
peer.sync.chain_new_blocks(&mut TestIo::new(&mut peer.chain, &mut peer.queue, None), &[], &[], &[], &[], true);
peer.sync.chain_new_blocks(&mut TestIo::new(&mut peer.chain, &mut peer.queue, None), &[], &[], &[], &[]);
}
}