We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca4167 commit cc5004eCopy full SHA for cc5004e
anchor/network/src/discovery.rs
@@ -312,7 +312,9 @@ impl Discovery {
312
}
313
314
315
- _ => {}
+ _ => {
316
+ // TODO handle subnet queries
317
+ }
318
319
None
320
anchor/network/src/network.rs
@@ -161,7 +161,7 @@ async fn build_anchor_behaviour(
161
162
let discovery = {
163
// Build and start the discovery sub-behaviour
164
- let mut discovery = Discovery::new(local_keypair.clone(), &network_config)
+ let mut discovery = Discovery::new(local_keypair.clone(), network_config)
165
.await
166
.unwrap();
167
// start searching for peers
0 commit comments