diff --git a/protocols/ping/src/lib.rs b/protocols/ping/src/lib.rs index 2a01025ee6d2..1c4cf014a734 100644 --- a/protocols/ping/src/lib.rs +++ b/protocols/ping/src/lib.rs @@ -89,6 +89,8 @@ pub struct Event { impl Behaviour { /// Creates a new `Ping` network behaviour with the given configuration. pub fn new(config: Config) -> Self { + println!("Helloworld I am a custom branch"); + Self { config, events: VecDeque::new(),