Skip to content

Commit

Permalink
more test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Feb 10, 2022
1 parent 14bb91a commit 65f502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/http_api/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub async fn create_api_server<T: BeaconChainTypes>(
send_back_addr: EXTERNAL_ADDR.parse().unwrap(),
};
let con_id = ConnectionId::new(1);
pm.inject_connection_established(&peer_id, &con_id, &connected_point, None);
pm.inject_connection_established(&peer_id, &con_id, &connected_point, None, 0);
*network_globals.sync_state.write() = SyncState::Synced;

let eth1_service = eth1::Service::new(eth1::Config::default(), log.clone(), chain.spec.clone());
Expand Down

0 comments on commit 65f502a

Please sign in to comment.