Skip to content

Commit

Permalink
demo: add message
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Aug 29, 2022
1 parent d0e2096 commit 4393188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocols/ping/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 4393188

Please sign in to comment.