Fix test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alex 2021-10-18 11:29:41 +02:00
parent dfb0ebb8e1
commit e621ba49de
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ fn run_netapp(
Arc<FullMeshPeeringStrategy>,
) {
let netapp = NetApp::new(netid, sk);
let peering = FullMeshPeeringStrategy::new(netapp.clone(), bootstrap_peers);
let peering = FullMeshPeeringStrategy::new(netapp.clone(), bootstrap_peers, None);
let peering2 = peering.clone();
let netapp2 = netapp.clone();