Removing unwarps from sync module (#2551)
This commit is contained in:
committed by
Gav Wood
parent
06df5357e9
commit
ae6c965176
@@ -116,6 +116,7 @@ fn net_hard_fork() {
|
||||
|
||||
#[test]
|
||||
fn restart() {
|
||||
::env_logger::init().ok();
|
||||
let mut net = TestNet::new(3);
|
||||
net.peer_mut(1).chain.add_blocks(1000, EachBlockWith::Uncle);
|
||||
net.peer_mut(2).chain.add_blocks(1000, EachBlockWith::Uncle);
|
||||
|
||||
Reference in New Issue
Block a user