forked from lx/netapp
Fix test
This commit is contained in:
parent
96d1f14966
commit
fa7cdf3747
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ fn run_netapp(
|
|||
Arc<NetApp>,
|
||||
Arc<FullMeshPeeringStrategy>,
|
||||
) {
|
||||
let netapp = NetApp::new(netid, sk);
|
||||
let netapp = NetApp::new(0u64, netid, sk);
|
||||
let peering = FullMeshPeeringStrategy::new(netapp.clone(), bootstrap_peers, None);
|
||||
|
||||
let peering2 = peering.clone();
|
||||
|
|
Loading…
Reference in a new issue