Skip to content

Commit 0bb4651

Browse files
committed
enable more identify triggers
1 parent 027a4cf commit 0bb4651

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

p2p/src/behaviour.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@ fn create_identify_behaviour(
4747
) -> identify::Behaviour {
4848
use identify::{Behaviour, Config};
4949

50-
Behaviour::new(Config::new(protocol_version, local_public_key))
50+
Behaviour::new(
51+
Config::new(protocol_version, local_public_key).with_push_listen_addr_updates(true),
52+
)
5153
}

0 commit comments

Comments
 (0)