empty new block test

This commit is contained in:
Nikolay Volf
2016-02-07 23:01:09 +03:00
parent c3f23839e8
commit 3f17acca1d
2 changed files with 17 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ fn propagade_hashes() {
#[test]
fn propagade_blocks() {
let mut net = TestNet::new(10);
let mut net = TestNet::new(2);
net.peer_mut(1).chain.add_blocks(10, false);
net.sync();